#[non_exhaustive]pub struct ListContainerRecipesError {
pub kind: ListContainerRecipesErrorKind,
/* private fields */
}
Expand description
Error type for the ListContainerRecipes
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: ListContainerRecipesErrorKind
Kind of error that occurred.
Implementations
Creates a new ListContainerRecipesError
.
Creates the ListContainerRecipesError::Unhandled
variant from any error type.
Creates the ListContainerRecipesError::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 ListContainerRecipesErrorKind::CallRateLimitExceededException
.
Returns true
if the error kind is ListContainerRecipesErrorKind::ClientException
.
Returns true
if the error kind is ListContainerRecipesErrorKind::ForbiddenException
.
Returns true
if the error kind is ListContainerRecipesErrorKind::InvalidPaginationTokenException
.
Returns true
if the error kind is ListContainerRecipesErrorKind::InvalidRequestException
.
Returns true
if the error kind is ListContainerRecipesErrorKind::ServiceException
.
Returns true
if the error kind is ListContainerRecipesErrorKind::ServiceUnavailableException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ListContainerRecipesError
impl Send for ListContainerRecipesError
impl Sync for ListContainerRecipesError
impl Unpin for ListContainerRecipesError
impl !UnwindSafe for ListContainerRecipesError
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