Class ParentCommitDoesNotExistException

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

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

The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.

See Also: