@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, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public FileContentSizeLimitExceededException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<FileContentSizeLimitExceededException.Builder,FileContentSizeLimitExceededException>
toBuilder
in class CodeCommitException
public static FileContentSizeLimitExceededException.Builder builder()
public static Class<? extends FileContentSizeLimitExceededException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.