Struct aws_sdk_textract::error::DocumentTooLargeException
source · #[non_exhaustive]pub struct DocumentTooLargeException { /* private fields */ }
Expand description
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.
Implementations§
source§impl DocumentTooLargeException
impl DocumentTooLargeException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentTooLargeException
.
Trait Implementations§
source§impl Clone for DocumentTooLargeException
impl Clone for DocumentTooLargeException
source§fn clone(&self) -> DocumentTooLargeException
fn clone(&self) -> DocumentTooLargeException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DocumentTooLargeException
impl Debug for DocumentTooLargeException
source§impl Display for DocumentTooLargeException
impl Display for DocumentTooLargeException
source§impl Error for DocumentTooLargeException
impl Error for DocumentTooLargeException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()