@Generated(value="software.amazon.awssdk:codegen") public final class DocumentTooLargeException extends TextractException implements ToCopyableBuilder<DocumentTooLargeException.Builder,DocumentTooLargeException>
The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentTooLargeException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentTooLargeException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentTooLargeException.Builder> |
serializableBuilderClass() |
DocumentTooLargeException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic DocumentTooLargeException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentTooLargeException.Builder,DocumentTooLargeException>toBuilder in class TextractExceptionpublic static DocumentTooLargeException.Builder builder()
public static Class<? extends DocumentTooLargeException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.