Struct aws_sdk_rds::error::RestoreDBInstanceFromS3Error [−][src]
#[non_exhaustive]pub struct RestoreDBInstanceFromS3Error {
pub kind: RestoreDBInstanceFromS3ErrorKind,
// some fields omitted
}
Expand description
Error type for the RestoreDBInstanceFromS3
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: RestoreDBInstanceFromS3ErrorKind
Kind of error that occurred.
Implementations
Creates a new RestoreDBInstanceFromS3Error
.
Creates the RestoreDBInstanceFromS3Error::Unhandled
variant from any error type.
Creates the RestoreDBInstanceFromS3Error::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 RestoreDBInstanceFromS3ErrorKind::AuthorizationNotFoundFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::BackupPolicyNotFoundFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::DbInstanceAlreadyExistsFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::DbParameterGroupNotFoundFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::DbSecurityGroupNotFoundFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::DbSubnetGroupDoesNotCoverEnoughAZs
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::DbSubnetGroupNotFoundFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::InstanceQuotaExceededFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::InsufficientDbInstanceCapacityFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::InvalidS3BucketFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::InvalidSubnet
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::InvalidVpcNetworkStateFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::KmsKeyNotAccessibleFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::OptionGroupNotFoundFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::ProvisionedIopsNotAvailableInAzFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::StorageQuotaExceededFault
.
Returns true
if the error kind is RestoreDBInstanceFromS3ErrorKind::StorageTypeNotSupportedFault
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RestoreDBInstanceFromS3Error
impl Send for RestoreDBInstanceFromS3Error
impl Sync for RestoreDBInstanceFromS3Error
impl Unpin for RestoreDBInstanceFromS3Error
impl !UnwindSafe for RestoreDBInstanceFromS3Error
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