Enum aws_sdk_appstream::error::UpdateFleetErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateFleetErrorKind {
ConcurrentModificationException(ConcurrentModificationException),
IncompatibleImageException(IncompatibleImageException),
InvalidAccountStatusException(InvalidAccountStatusException),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidRoleException(InvalidRoleException),
LimitExceededException(LimitExceededException),
OperationNotPermittedException(OperationNotPermittedException),
RequestLimitExceededException(RequestLimitExceededException),
ResourceInUseException(ResourceInUseException),
ResourceNotAvailableException(ResourceNotAvailableException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the UpdateFleet operation.
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.
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 unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UpdateFleetErrorKind
impl Send for UpdateFleetErrorKind
impl Sync for UpdateFleetErrorKind
impl Unpin for UpdateFleetErrorKind
impl !UnwindSafe for UpdateFleetErrorKind
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