Enum aws_sdk_ssm::error::CreatePatchBaselineErrorKind [−][src]
#[non_exhaustive]
pub enum CreatePatchBaselineErrorKind {
IdempotentParameterMismatch(IdempotentParameterMismatch),
InternalServerError(InternalServerError),
ResourceLimitExceededException(ResourceLimitExceededException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreatePatchBaseline
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
IdempotentParameterMismatch(IdempotentParameterMismatch)
Tuple Fields
Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.
InternalServerError(InternalServerError)
Tuple Fields
An error occurred on the server side.
ResourceLimitExceededException(ResourceLimitExceededException)
Tuple Fields
Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.
For information about resource quotas in Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreatePatchBaselineErrorKind
impl Send for CreatePatchBaselineErrorKind
impl Sync for CreatePatchBaselineErrorKind
impl Unpin for CreatePatchBaselineErrorKind
impl !UnwindSafe for CreatePatchBaselineErrorKind
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