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