Class InvalidParentCommitIdException

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

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

The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you want to add or update a file.

See Also: