#[non_exhaustive]pub enum UpdateSubnetGroupError {
InvalidSubnet(InvalidSubnet),
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault),
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault),
SubnetInUse(SubnetInUse),
SubnetNotAllowedFault(SubnetNotAllowedFault),
SubnetQuotaExceededFault(SubnetQuotaExceededFault),
Unhandled(Unhandled),
}
Expand description
Error type for the UpdateSubnetGroupError
operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
InvalidSubnet(InvalidSubnet)
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault)
SubnetInUse(SubnetInUse)
SubnetNotAllowedFault(SubnetNotAllowedFault)
SubnetQuotaExceededFault(SubnetQuotaExceededFault)
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl UpdateSubnetGroupError
impl UpdateSubnetGroupError
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the UpdateSubnetGroupError::Unhandled
variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the UpdateSubnetGroupError::Unhandled
variant from a ::aws_smithy_types::error::ErrorMetadata
.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_invalid_subnet(&self) -> bool
pub fn is_invalid_subnet(&self) -> bool
Returns true
if the error kind is UpdateSubnetGroupError::InvalidSubnet
.
sourcepub fn is_service_linked_role_not_found_fault(&self) -> bool
pub fn is_service_linked_role_not_found_fault(&self) -> bool
Returns true
if the error kind is UpdateSubnetGroupError::ServiceLinkedRoleNotFoundFault
.
sourcepub fn is_subnet_group_not_found_fault(&self) -> bool
pub fn is_subnet_group_not_found_fault(&self) -> bool
Returns true
if the error kind is UpdateSubnetGroupError::SubnetGroupNotFoundFault
.
sourcepub fn is_subnet_in_use(&self) -> bool
pub fn is_subnet_in_use(&self) -> bool
Returns true
if the error kind is UpdateSubnetGroupError::SubnetInUse
.
sourcepub fn is_subnet_not_allowed_fault(&self) -> bool
pub fn is_subnet_not_allowed_fault(&self) -> bool
Returns true
if the error kind is UpdateSubnetGroupError::SubnetNotAllowedFault
.
sourcepub fn is_subnet_quota_exceeded_fault(&self) -> bool
pub fn is_subnet_quota_exceeded_fault(&self) -> bool
Returns true
if the error kind is UpdateSubnetGroupError::SubnetQuotaExceededFault
.
Trait Implementations§
source§impl CreateUnhandledError for UpdateSubnetGroupError
impl CreateUnhandledError for UpdateSubnetGroupError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source
and error metadata.source§impl Debug for UpdateSubnetGroupError
impl Debug for UpdateSubnetGroupError
source§impl Display for UpdateSubnetGroupError
impl Display for UpdateSubnetGroupError
source§impl Error for UpdateSubnetGroupError
impl Error for UpdateSubnetGroupError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<UpdateSubnetGroupError> for Error
impl From<UpdateSubnetGroupError> for Error
source§fn from(err: UpdateSubnetGroupError) -> Self
fn from(err: UpdateSubnetGroupError) -> Self
source§impl ProvideErrorMetadata for UpdateSubnetGroupError
impl ProvideErrorMetadata for UpdateSubnetGroupError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for UpdateSubnetGroupError
impl RequestId for UpdateSubnetGroupError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.