Struct aws_sdk_nimble::error::ListStudioComponentsError [−][src]
#[non_exhaustive]pub struct ListStudioComponentsError {
pub kind: ListStudioComponentsErrorKind,
// some fields omitted
}Expand description
Error type for the ListStudioComponents 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: ListStudioComponentsErrorKindKind of error that occurred.
Implementations
Creates a new ListStudioComponentsError.
Creates the ListStudioComponentsError::Unhandled variant from any error type.
Creates the ListStudioComponentsError::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 ListStudioComponentsErrorKind::AccessDeniedException.
Returns true if the error kind is ListStudioComponentsErrorKind::ConflictException.
Returns true if the error kind is ListStudioComponentsErrorKind::InternalServerErrorException.
Returns true if the error kind is ListStudioComponentsErrorKind::ResourceNotFoundException.
Returns true if the error kind is ListStudioComponentsErrorKind::ServiceQuotaExceededException.
Returns true if the error kind is ListStudioComponentsErrorKind::ThrottlingException.
Returns true if the error kind is ListStudioComponentsErrorKind::ValidationException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ListStudioComponentsError
impl Send for ListStudioComponentsError
impl Sync for ListStudioComponentsError
impl Unpin for ListStudioComponentsError
impl !UnwindSafe for ListStudioComponentsError
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
