Enum aws_sdk_appstream::Error [−][src]
#[non_exhaustive]
pub enum Error {
Show 13 variants
ConcurrentModificationException(ConcurrentModificationException),
IncompatibleImageException(IncompatibleImageException),
InvalidAccountStatusException(InvalidAccountStatusException),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidRoleException(InvalidRoleException),
LimitExceededException(LimitExceededException),
OperationNotPermittedException(OperationNotPermittedException),
RequestLimitExceededException(RequestLimitExceededException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceInUseException(ResourceInUseException),
ResourceNotAvailableException(ResourceNotAvailableException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ConcurrentModificationException(ConcurrentModificationException)
Tuple Fields
An API error occurred. Wait a few minutes and try again.
IncompatibleImageException(IncompatibleImageException)
Tuple Fields
The image can't be updated because it's not compatible for updates.
InvalidAccountStatusException(InvalidAccountStatusException)
Tuple Fields
The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
InvalidParameterCombinationException(InvalidParameterCombinationException)
Tuple Fields
Indicates an incorrect combination of parameters, or a missing parameter.
InvalidRoleException(InvalidRoleException)
Tuple Fields
The specified role is invalid.
LimitExceededException(LimitExceededException)
Tuple Fields
The requested limit exceeds the permitted limit for an account.
OperationNotPermittedException(OperationNotPermittedException)
Tuple Fields
The attempted operation is not permitted.
RequestLimitExceededException(RequestLimitExceededException)
Tuple Fields
AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
Tuple Fields
The specified resource already exists.
ResourceInUseException(ResourceInUseException)
Tuple Fields
The specified resource is in use.
ResourceNotAvailableException(ResourceNotAvailableException)
Tuple Fields
The specified resource exists and is not in use, but isn't available.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The specified resource was not found.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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