Class CommitDoesNotExistException

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

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

The specified commit does not exist or no commit was specified, and the specified repository has no default branch.

See Also: