Struct aws_sdk_serverlessapplicationrepository::error::CreateCloudFormationChangeSetError [−][src]
#[non_exhaustive]pub struct CreateCloudFormationChangeSetError {
pub kind: CreateCloudFormationChangeSetErrorKind,
// some fields omitted
}
Expand description
Error type for the CreateCloudFormationChangeSet
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: CreateCloudFormationChangeSetErrorKind
Kind of error that occurred.
Implementations
Creates a new CreateCloudFormationChangeSetError
.
Creates the CreateCloudFormationChangeSetError::Unhandled
variant from any error type.
Creates the CreateCloudFormationChangeSetError::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 CreateCloudFormationChangeSetErrorKind::BadRequestException
.
Returns true if the error kind is CreateCloudFormationChangeSetErrorKind::ForbiddenException
.
Returns true if the error kind is CreateCloudFormationChangeSetErrorKind::InternalServerErrorException
.
Returns true if the error kind is CreateCloudFormationChangeSetErrorKind::TooManyRequestsException
.
Trait Implementations
Auto Trait Implementations
impl Send for CreateCloudFormationChangeSetError
impl Sync for CreateCloudFormationChangeSetError
impl Unpin for CreateCloudFormationChangeSetError
impl !UnwindSafe for CreateCloudFormationChangeSetError
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