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