pub enum CancelImageCreationError {
CallRateLimitExceeded(String),
Client(String),
Forbidden(String),
IdempotentParameterMismatch(String),
InvalidRequest(String),
ResourceInUse(String),
Service(String),
ServiceUnavailable(String),
}
Expand description
Errors returned by CancelImageCreation
Variants§
CallRateLimitExceeded(String)
You have exceeded the permitted request rate for the specific operation.
Client(String)
These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an invalid resource identifier.
Forbidden(String)
You are not authorized to perform the requested operation.
IdempotentParameterMismatch(String)
You have specified a client token for an operation using parameter values that differ from a previous request that used the same client token.
InvalidRequest(String)
You have made a request for an action that is not supported by the service.
ResourceInUse(String)
The resource that you are trying to operate on is currently in use. Review the message details and retry later.
Service(String)
This exception is thrown when the service encounters an unrecoverable exception.
The service is unable to process your request at this time.