Class FileContentSizeLimitExceededException

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

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

The file cannot be added because it is too large. The maximum file size is 6 MB, and the combined file content change size is 7 MB. Consider making these changes using a Git client.

See Also: