#[non_exhaustive]pub enum DescribeReservedNodesError {
DependentServiceUnavailableFault(DependentServiceUnavailableFault),
ReservedNodeNotFoundFault(ReservedNodeNotFoundFault),
Unhandled(Unhandled),
}
Expand description
Error type for the DescribeReservedNodesError
operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Your request cannot be completed because a dependent internal service is temporarily unavailable. Wait 30 to 60 seconds and try again.
ReservedNodeNotFoundFault(ReservedNodeNotFoundFault)
The specified reserved compute node not found.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl DescribeReservedNodesError
impl DescribeReservedNodesError
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 DescribeReservedNodesError::Unhandled
variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the DescribeReservedNodesError::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.
Returns true
if the error kind is DescribeReservedNodesError::DependentServiceUnavailableFault
.
sourcepub fn is_reserved_node_not_found_fault(&self) -> bool
pub fn is_reserved_node_not_found_fault(&self) -> bool
Returns true
if the error kind is DescribeReservedNodesError::ReservedNodeNotFoundFault
.
Trait Implementations§
source§impl CreateUnhandledError for DescribeReservedNodesError
impl CreateUnhandledError for DescribeReservedNodesError
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 DescribeReservedNodesError
impl Debug for DescribeReservedNodesError
source§impl Display for DescribeReservedNodesError
impl Display for DescribeReservedNodesError
source§impl Error for DescribeReservedNodesError
impl Error for DescribeReservedNodesError
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<DescribeReservedNodesError> for Error
impl From<DescribeReservedNodesError> for Error
source§fn from(err: DescribeReservedNodesError) -> Self
fn from(err: DescribeReservedNodesError) -> Self
source§impl ProvideErrorMetadata for DescribeReservedNodesError
impl ProvideErrorMetadata for DescribeReservedNodesError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for DescribeReservedNodesError
impl RequestId for DescribeReservedNodesError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.