Struct aws_sdk_rds::error::RestoreDBClusterFromS3Error [−][src]
#[non_exhaustive]pub struct RestoreDBClusterFromS3Error {
pub kind: RestoreDBClusterFromS3ErrorKind,
// some fields omitted
}
Expand description
Error type for the RestoreDBClusterFromS3
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: RestoreDBClusterFromS3ErrorKind
Kind of error that occurred.
Implementations
Creates a new RestoreDBClusterFromS3Error
.
Creates the RestoreDBClusterFromS3Error::Unhandled
variant from any error type.
Creates the RestoreDBClusterFromS3Error::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 RestoreDBClusterFromS3ErrorKind::DbClusterAlreadyExistsFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::DbClusterNotFoundFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::DbClusterParameterGroupNotFoundFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::DbClusterQuotaExceededFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::DbSubnetGroupNotFoundFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::DomainNotFoundFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::InsufficientStorageClusterCapacityFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::InvalidDbClusterStateFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::InvalidDbSubnetGroupStateFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::InvalidS3BucketFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::InvalidSubnet
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::InvalidVpcNetworkStateFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::KmsKeyNotAccessibleFault
.
Returns true
if the error kind is RestoreDBClusterFromS3ErrorKind::StorageQuotaExceededFault
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RestoreDBClusterFromS3Error
impl Send for RestoreDBClusterFromS3Error
impl Sync for RestoreDBClusterFromS3Error
impl Unpin for RestoreDBClusterFromS3Error
impl !UnwindSafe for RestoreDBClusterFromS3Error
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