Struct aws_sdk_glue::error::BatchDeleteTableError
source ·
[−]#[non_exhaustive]pub struct BatchDeleteTableError {
pub kind: BatchDeleteTableErrorKind,
// some fields omitted
}
Expand description
Error type for the BatchDeleteTable
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: BatchDeleteTableErrorKind
Kind of error that occurred.
Implementations
Creates a new BatchDeleteTableError
.
Creates the BatchDeleteTableError::Unhandled
variant from any error type.
Creates the BatchDeleteTableError::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 BatchDeleteTableErrorKind::EntityNotFoundException
.
Returns true
if the error kind is BatchDeleteTableErrorKind::GlueEncryptionException
.
Returns true
if the error kind is BatchDeleteTableErrorKind::InternalServiceException
.
Returns true
if the error kind is BatchDeleteTableErrorKind::InvalidInputException
.
Returns true
if the error kind is BatchDeleteTableErrorKind::OperationTimeoutException
.
Returns true
if the error kind is BatchDeleteTableErrorKind::ResourceNotReadyException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BatchDeleteTableError
impl Send for BatchDeleteTableError
impl Sync for BatchDeleteTableError
impl Unpin for BatchDeleteTableError
impl !UnwindSafe for BatchDeleteTableError
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