Struct aws_sdk_textract::error::LimitExceededException
source · [−]#[non_exhaustive]pub struct LimitExceededException {
pub message: Option<String>,
pub code: Option<String>,
}
Expand description
An Amazon Textract service limit was exceeded. For example, if you start too many asynchronous jobs concurrently, calls to start operations (StartDocumentTextDetection
, for example) raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Textract service limit.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.message: Option<String>
code: Option<String>
Implementations
Creates a new builder-style object to manufacture LimitExceededException
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LimitExceededException
impl Send for LimitExceededException
impl Sync for LimitExceededException
impl Unpin for LimitExceededException
impl UnwindSafe for LimitExceededException
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more