Enum aws_sdk_nimble::error::CreateStreamingImageErrorKind [−][src]
#[non_exhaustive]
pub enum CreateStreamingImageErrorKind {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
InternalServerErrorException(InternalServerErrorException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the CreateStreamingImage operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
Tuple Fields
You are not authorized to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.
ConflictException(ConflictException)
Tuple Fields
Another operation is in progress.
InternalServerErrorException(InternalServerErrorException)
Tuple Fields
An internal error has occurred. Please retry your request.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The specified resource could not be found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
Tuple Fields
Your current quota does not allow you to perform the request action. You can request increases for some quotas, and other quotas cannot be increased.
Please use AWS Service Quotas to request an increase.
ThrottlingException(ThrottlingException)
Tuple Fields
The request throughput limit was exceeded.
ValidationException(ValidationException)
Tuple Fields
One of the parameters in the request is invalid.
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 CreateStreamingImageErrorKind
impl Send for CreateStreamingImageErrorKind
impl Sync for CreateStreamingImageErrorKind
impl Unpin for CreateStreamingImageErrorKind
impl !UnwindSafe for CreateStreamingImageErrorKind
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
