Struct aws_sdk_kms::error::DeleteImportedKeyMaterialError
source · [−]#[non_exhaustive]pub struct DeleteImportedKeyMaterialError {
pub kind: DeleteImportedKeyMaterialErrorKind,
/* private fields */
}Expand description
Error type for the DeleteImportedKeyMaterial 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: DeleteImportedKeyMaterialErrorKindKind of error that occurred.
Implementations
Creates a new DeleteImportedKeyMaterialError.
Creates the DeleteImportedKeyMaterialError::Unhandled variant from any error type.
Creates the DeleteImportedKeyMaterialError::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 DeleteImportedKeyMaterialErrorKind::DependencyTimeoutException.
Returns true if the error kind is DeleteImportedKeyMaterialErrorKind::InvalidArnException.
Returns true if the error kind is DeleteImportedKeyMaterialErrorKind::KmsInternalException.
Returns true if the error kind is DeleteImportedKeyMaterialErrorKind::KmsInvalidStateException.
Returns true if the error kind is DeleteImportedKeyMaterialErrorKind::NotFoundException.
Returns true if the error kind is DeleteImportedKeyMaterialErrorKind::UnsupportedOperationException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteImportedKeyMaterialError
impl Send for DeleteImportedKeyMaterialError
impl Sync for DeleteImportedKeyMaterialError
impl Unpin for DeleteImportedKeyMaterialError
impl !UnwindSafe for DeleteImportedKeyMaterialError
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