Struct aws_sdk_iot::error::DeleteV2LoggingLevelError [−][src]
#[non_exhaustive]pub struct DeleteV2LoggingLevelError {
pub kind: DeleteV2LoggingLevelErrorKind,
// some fields omitted
}
Expand description
Error type for the DeleteV2LoggingLevel
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: DeleteV2LoggingLevelErrorKind
Kind of error that occurred.
Implementations
Creates a new DeleteV2LoggingLevelError
.
Creates the DeleteV2LoggingLevelError::Unhandled
variant from any error type.
Creates the DeleteV2LoggingLevelError::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 DeleteV2LoggingLevelErrorKind::InternalException
.
Returns true
if the error kind is DeleteV2LoggingLevelErrorKind::InvalidRequestException
.
Returns true
if the error kind is DeleteV2LoggingLevelErrorKind::ServiceUnavailableException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteV2LoggingLevelError
impl Send for DeleteV2LoggingLevelError
impl Sync for DeleteV2LoggingLevelError
impl Unpin for DeleteV2LoggingLevelError
impl !UnwindSafe for DeleteV2LoggingLevelError
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