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