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