Enum aws_sdk_appstream::error::UpdateStackErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateStackErrorKind {
ConcurrentModificationException(ConcurrentModificationException),
IncompatibleImageException(IncompatibleImageException),
InvalidAccountStatusException(InvalidAccountStatusException),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidRoleException(InvalidRoleException),
LimitExceededException(LimitExceededException),
OperationNotPermittedException(OperationNotPermittedException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the UpdateStack 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.
ResourceInUseException(ResourceInUseException)
Tuple Fields
The specified resource is in use.
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 UpdateStackErrorKind
impl Send for UpdateStackErrorKind
impl Sync for UpdateStackErrorKind
impl Unpin for UpdateStackErrorKind
impl !UnwindSafe for UpdateStackErrorKind
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