Enum aws_sdk_appstream::error::StartFleetErrorKind [−][src]
#[non_exhaustive]
pub enum StartFleetErrorKind {
ConcurrentModificationException(ConcurrentModificationException),
InvalidAccountStatusException(InvalidAccountStatusException),
InvalidRoleException(InvalidRoleException),
LimitExceededException(LimitExceededException),
OperationNotPermittedException(OperationNotPermittedException),
RequestLimitExceededException(RequestLimitExceededException),
ResourceNotAvailableException(ResourceNotAvailableException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the StartFleet 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
InvalidAccountStatusException(InvalidAccountStatusException)The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
Tuple Fields of InvalidAccountStatusException
InvalidRoleException(InvalidRoleException)The specified role is invalid.
Tuple Fields of InvalidRoleException
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
RequestLimitExceededException(RequestLimitExceededException)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.
Tuple Fields of RequestLimitExceededException
ResourceNotAvailableException(ResourceNotAvailableException)The specified resource exists and is not in use, but isn't available.
Tuple Fields of ResourceNotAvailableException
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 StartFleetErrorKind
impl Send for StartFleetErrorKind
impl Sync for StartFleetErrorKind
impl Unpin for StartFleetErrorKind
impl !UnwindSafe for StartFleetErrorKind
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