Class CloudFormationException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudFormation\Exception\CloudFormationException
- Namespace: Aws\CloudFormation\Exception
- Located at CloudFormation/Exception/CloudFormationException.php
Represents an error interacting with the AWS CloudFormation service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
AlreadyExistsException
[ ]
Description
The resource with the name requested already exists.
Members
CFNRegistryException
[ 'Message' => '<string>', ]
Description
An error occurred during a CloudFormation registry operation.
Members
- Message
-
- Type: string
An message with details about the error that occurred.
ChangeSetNotFoundException
[ ]
Description
The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets
operation.
Members
CreatedButModifiedException
[ ]
Description
The specified resource exists, but has been changed.
Members
InsufficientCapabilitiesException
[ ]
Description
The template contains resources with capabilities that weren't specified in the Capabilities parameter.
Members
InvalidChangeSetStatusException
[ ]
Description
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
.
Members
InvalidOperationException
[ ]
Description
The specified operation isn't valid.
Members
InvalidStateTransitionException
[ ]
Description
Error reserved for use by the CloudFormation CLI. CloudFormation doesn't return this error to users.
Members
LimitExceededException
[ ]
Description
The quota for the resource has already been reached.
For information about resource and stack limitations, see CloudFormation quotas in the CloudFormation User Guide.
Members
NameAlreadyExistsException
[ ]
Description
The specified name is already in use.
Members
OperationIdAlreadyExistsException
[ ]
Description
The specified operation ID already exists.
Members
OperationInProgressException
[ ]
Description
Another operation is currently in progress for this stack set. Only one operation can be performed for a stack set at a given time.
Members
OperationNotFoundException
[ ]
Description
The specified ID refers to an operation that doesn't exist.
Members
OperationStatusCheckFailedException
[ ]
Description
Error reserved for use by the CloudFormation CLI. CloudFormation doesn't return this error to users.
Members
StackInstanceNotFoundException
[ ]
Description
The specified stack instance doesn't exist.
Members
StackNotFoundException
[ ]
Description
The specified stack ARN doesn't exist or stack doesn't exist corresponding to the ARN in input.
Members
StackSetNotEmptyException
[ ]
Description
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.
Members
StackSetNotFoundException
[ ]
Description
The specified stack set doesn't exist.
Members
StaleRequestException
[ ]
Description
Another operation has been performed on this stack set since the specified operation was performed.
Members
TokenAlreadyExistsException
[ ]
Description
A client request token already exists.
Members
TypeConfigurationNotFoundException
[ ]
Description
The specified extension configuration can't be found.
Members
TypeNotFoundException
[ ]
Description
The specified extension doesn't exist in the CloudFormation registry.