Class CommitIdsLimitExceededException

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

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

The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.

See Also: