@Generated(value="software.amazon.awssdk:codegen") public final class BatchSizeLimitExceededException extends ComprehendException implements ToCopyableBuilder<BatchSizeLimitExceededException.Builder,BatchSizeLimitExceededException>
The number of documents in the request exceeds the limit of 25. Try your request again with fewer documents.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchSizeLimitExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchSizeLimitExceededException.Builder |
builder() |
static Class<? extends BatchSizeLimitExceededException.Builder> |
serializableBuilderClass() |
BatchSizeLimitExceededException.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 BatchSizeLimitExceededException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<BatchSizeLimitExceededException.Builder,BatchSizeLimitExceededException>toBuilder in class ComprehendExceptionpublic static BatchSizeLimitExceededException.Builder builder()
public static Class<? extends BatchSizeLimitExceededException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.