Class BranchNameExistsException

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

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

Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name. Branch names must be unique.

See Also: