Class DefaultBranchCannotBeDeletedException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DefaultBranchCannotBeDeletedException.Builder,DefaultBranchCannotBeDeletedException>

@Generated("software.amazon.awssdk:codegen") public final class DefaultBranchCannotBeDeletedException extends CodeCommitException implements ToCopyableBuilder<DefaultBranchCannotBeDeletedException.Builder,DefaultBranchCannotBeDeletedException>

The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.

See Also: