Struct aws_sdk_rekognition::error::GetTextDetectionError  
source · [−]#[non_exhaustive]pub struct GetTextDetectionError {
    pub kind: GetTextDetectionErrorKind,
    /* private fields */
}Expand description
Error type for the GetTextDetection operation.
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.kind: GetTextDetectionErrorKindKind of error that occurred.
Implementations
Creates a new GetTextDetectionError.
Creates the GetTextDetectionError::Unhandled variant from any error type.
Creates the GetTextDetectionError::Unhandled variant from a aws_smithy_types::Error.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true if the error kind is GetTextDetectionErrorKind::AccessDeniedException.
Returns true if the error kind is GetTextDetectionErrorKind::InternalServerError.
Returns true if the error kind is GetTextDetectionErrorKind::InvalidPaginationTokenException.
Returns true if the error kind is GetTextDetectionErrorKind::InvalidParameterException.
Returns true if the error kind is GetTextDetectionErrorKind::ProvisionedThroughputExceededException.
Returns true if the error kind is GetTextDetectionErrorKind::ResourceNotFoundException.
Returns true if the error kind is GetTextDetectionErrorKind::ThrottlingException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for GetTextDetectionError
impl Send for GetTextDetectionError
impl Sync for GetTextDetectionError
impl Unpin for GetTextDetectionError
impl !UnwindSafe for GetTextDetectionError
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