Enum aws_sdk_iot::error::CancelJobExecutionErrorKind [−][src]
#[non_exhaustive]
pub enum CancelJobExecutionErrorKind {
InvalidRequestException(InvalidRequestException),
InvalidStateTransitionException(InvalidStateTransitionException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceUnavailableException(ServiceUnavailableException),
ThrottlingException(ThrottlingException),
VersionConflictException(VersionConflictException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CancelJobExecution
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
InvalidRequestException(InvalidRequestException)
Tuple Fields
The request is not valid.
InvalidStateTransitionException(InvalidStateTransitionException)
Tuple Fields
An attempt was made to change to an invalid state, for example by deleting a job or a job execution which is "IN_PROGRESS" without setting the force
parameter.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The specified resource does not exist.
ServiceUnavailableException(ServiceUnavailableException)
The service is temporarily unavailable.
ThrottlingException(ThrottlingException)
Tuple Fields
The rate exceeds the limit.
VersionConflictException(VersionConflictException)
Tuple Fields
An exception thrown when the version of an entity specified with the expectedVersion
parameter does not match the latest version in the system.
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 CancelJobExecutionErrorKind
impl Send for CancelJobExecutionErrorKind
impl Sync for CancelJobExecutionErrorKind
impl Unpin for CancelJobExecutionErrorKind
impl !UnwindSafe for CancelJobExecutionErrorKind
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