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