Enum aws_sdk_cloudformation::Error [−][src]
#[non_exhaustive]
pub enum Error {
Show 23 variants
AlreadyExistsException(AlreadyExistsException),
CfnRegistryException(CfnRegistryException),
ChangeSetNotFoundException(ChangeSetNotFoundException),
CreatedButModifiedException(CreatedButModifiedException),
InsufficientCapabilitiesException(InsufficientCapabilitiesException),
InvalidChangeSetStatusException(InvalidChangeSetStatusException),
InvalidOperationException(InvalidOperationException),
InvalidStateTransitionException(InvalidStateTransitionException),
LimitExceededException(LimitExceededException),
NameAlreadyExistsException(NameAlreadyExistsException),
OperationIdAlreadyExistsException(OperationIdAlreadyExistsException),
OperationInProgressException(OperationInProgressException),
OperationNotFoundException(OperationNotFoundException),
OperationStatusCheckFailedException(OperationStatusCheckFailedException),
StackInstanceNotFoundException(StackInstanceNotFoundException),
StackNotFoundException(StackNotFoundException),
StackSetNotEmptyException(StackSetNotEmptyException),
StackSetNotFoundException(StackSetNotFoundException),
StaleRequestException(StaleRequestException),
TokenAlreadyExistsException(TokenAlreadyExistsException),
TypeConfigurationNotFoundException(TypeConfigurationNotFoundException),
TypeNotFoundException(TypeNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AlreadyExistsException(AlreadyExistsException)
Tuple Fields
The resource with the name requested already exists.
CfnRegistryException(CfnRegistryException)
Tuple Fields
An error occurred during a CloudFormation registry operation.
ChangeSetNotFoundException(ChangeSetNotFoundException)
Tuple Fields
The specified change set name or ID doesn't exit. To view valid change sets for a
stack, use the ListChangeSets action.
CreatedButModifiedException(CreatedButModifiedException)
Tuple Fields
The specified resource exists, but has been changed.
InsufficientCapabilitiesException(InsufficientCapabilitiesException)
Tuple Fields
The template contains resources with capabilities that weren't specified in the Capabilities parameter.
InvalidChangeSetStatusException(InvalidChangeSetStatusException)
Tuple Fields
The specified change set can't be used to update the stack. For example, the change
set status might be CREATE_IN_PROGRESS, or the stack status might be
UPDATE_IN_PROGRESS.
InvalidOperationException(InvalidOperationException)
Tuple Fields
The specified operation isn't valid.
InvalidStateTransitionException(InvalidStateTransitionException)
Tuple Fields
Error reserved for use by the CloudFormation CLI. CloudFormation does not return this error to users.
LimitExceededException(LimitExceededException)
Tuple Fields
The quota for the resource has already been reached.
For information on resource and stack limitations, see Limits in the CloudFormation User Guide.
NameAlreadyExistsException(NameAlreadyExistsException)
Tuple Fields
The specified name is already in use.
OperationIdAlreadyExistsException(OperationIdAlreadyExistsException)
Tuple Fields
The specified operation ID already exists.
OperationInProgressException(OperationInProgressException)
Tuple Fields
Another operation is currently in progress for this stack set. Only one operation can be performed for a stack set at a given time.
OperationNotFoundException(OperationNotFoundException)
Tuple Fields
The specified ID refers to an operation that doesn't exist.
OperationStatusCheckFailedException(OperationStatusCheckFailedException)
Tuple Fields
Error reserved for use by the CloudFormation CLI. CloudFormation does not return this error to users.
StackInstanceNotFoundException(StackInstanceNotFoundException)
Tuple Fields
The specified stack instance doesn't exist.
StackNotFoundException(StackNotFoundException)
Tuple Fields
The specified stack ARN doesn’t exist or stack doesn’t exist corresponding to the ARN in input.
StackSetNotEmptyException(StackSetNotEmptyException)
Tuple Fields
You can't yet delete this stack set, because it still contains one or more stack instances. Delete all stack instances from the stack set before deleting the stack set.
StackSetNotFoundException(StackSetNotFoundException)
Tuple Fields
The specified stack set doesn't exist.
StaleRequestException(StaleRequestException)
Tuple Fields
Another operation has been performed on this stack set since the specified operation was performed.
TokenAlreadyExistsException(TokenAlreadyExistsException)
Tuple Fields
A client request token already exists.
TypeConfigurationNotFoundException(TypeConfigurationNotFoundException)
Tuple Fields
The specified extension configuration cannot be found.
TypeNotFoundException(TypeNotFoundException)
Tuple Fields
The specified extension does not exist in the CloudFormation registry.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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