Enum aws_sdk_appstream::error::AssociateFleetErrorKind [−][src]
#[non_exhaustive]
pub enum AssociateFleetErrorKind {
ConcurrentModificationException(ConcurrentModificationException),
IncompatibleImageException(IncompatibleImageException),
InvalidAccountStatusException(InvalidAccountStatusException),
LimitExceededException(LimitExceededException),
OperationNotPermittedException(OperationNotPermittedException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the AssociateFleet operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ConcurrentModificationException(ConcurrentModificationException)An API error occurred. Wait a few minutes and try again.
Tuple Fields of ConcurrentModificationException
IncompatibleImageException(IncompatibleImageException)The image can't be updated because it's not compatible for updates.
Tuple Fields of IncompatibleImageException
InvalidAccountStatusException(InvalidAccountStatusException)The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
Tuple Fields of InvalidAccountStatusException
LimitExceededException(LimitExceededException)The requested limit exceeds the permitted limit for an account.
Tuple Fields of LimitExceededException
OperationNotPermittedException(OperationNotPermittedException)The attempted operation is not permitted.
Tuple Fields of OperationNotPermittedException
ResourceNotFoundException(ResourceNotFoundException)The specified resource was not found.
Tuple Fields of ResourceNotFoundException
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AssociateFleetErrorKind
impl Send for AssociateFleetErrorKind
impl Sync for AssociateFleetErrorKind
impl Unpin for AssociateFleetErrorKind
impl !UnwindSafe for AssociateFleetErrorKind
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