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