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