Class DocumentTooLargeException

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

@Generated("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.

See Also: