@Generated(value="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 that can be added using PutFile is 6 MB. For files larger than 6 MB but smaller than 2 GB, add them using a Git client.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileContentSizeLimitExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileContentSizeLimitExceededException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileContentSizeLimitExceededException.Builder> |
serializableBuilderClass() |
FileContentSizeLimitExceededException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic FileContentSizeLimitExceededException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<FileContentSizeLimitExceededException.Builder,FileContentSizeLimitExceededException>toBuilder in class CodeCommitExceptionpublic static FileContentSizeLimitExceededException.Builder builder()
public static Class<? extends FileContentSizeLimitExceededException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.