Class ParentCommitIdRequiredException

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

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

A parent commit ID is required. To view the full commit ID of a branch in a repository, use GetBranch or a Git command (for example, git pull or git log).

See Also: