Class ParentCommitIdOutdatedException

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

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

The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head of the branch, use GetBranch.

See Also: