Struct aws_sdk_cloudcontrol::error::DeleteResourceError [−][src]
#[non_exhaustive]pub struct DeleteResourceError {
pub kind: DeleteResourceErrorKind,
// some fields omitted
}
Expand description
Error type for the DeleteResource
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: DeleteResourceErrorKind
Kind of error that occurred.
Implementations
Creates a new DeleteResourceError
.
Creates the DeleteResourceError::Unhandled
variant from any error type.
Creates the DeleteResourceError::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 DeleteResourceErrorKind::AlreadyExistsException
.
Returns true
if the error kind is DeleteResourceErrorKind::ClientTokenConflictException
.
Returns true
if the error kind is DeleteResourceErrorKind::ConcurrentOperationException
.
Returns true
if the error kind is DeleteResourceErrorKind::GeneralServiceException
.
Returns true
if the error kind is DeleteResourceErrorKind::HandlerFailureException
.
Returns true
if the error kind is DeleteResourceErrorKind::HandlerInternalFailureException
.
Returns true
if the error kind is DeleteResourceErrorKind::InvalidCredentialsException
.
Returns true
if the error kind is DeleteResourceErrorKind::InvalidRequestException
.
Returns true
if the error kind is DeleteResourceErrorKind::NetworkFailureException
.
Returns true
if the error kind is DeleteResourceErrorKind::NotStabilizedException
.
Returns true
if the error kind is DeleteResourceErrorKind::NotUpdatableException
.
Returns true
if the error kind is DeleteResourceErrorKind::PrivateTypeException
.
Returns true
if the error kind is DeleteResourceErrorKind::ResourceConflictException
.
Returns true
if the error kind is DeleteResourceErrorKind::ResourceNotFoundException
.
Returns true
if the error kind is DeleteResourceErrorKind::ServiceInternalErrorException
.
Returns true
if the error kind is DeleteResourceErrorKind::ServiceLimitExceededException
.
Returns true
if the error kind is DeleteResourceErrorKind::ThrottlingException
.
Returns true
if the error kind is DeleteResourceErrorKind::TypeNotFoundException
.
Returns true
if the error kind is DeleteResourceErrorKind::UnsupportedActionException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteResourceError
impl Send for DeleteResourceError
impl Sync for DeleteResourceError
impl Unpin for DeleteResourceError
impl !UnwindSafe for DeleteResourceError
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