Class FolderContentSizeLimitExceededException

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

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

The commit cannot be created because at least one of the overall changes in the commit results in a folder whose contents exceed the limit of 6 MB. Either reduce the number and size of your changes, or split the changes across multiple folders.

See Also: