Class OpsWorksCMException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\OpsWorksCM\Exception\OpsWorksCMException
- Namespace: Aws\OpsWorksCM\Exception
- Located at OpsWorksCM/Exception/OpsWorksCMException.php
Represents an error interacting with the AWS OpsWorks for Chef Automate 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
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
This occurs when the provided nextToken is not valid.
Members
- Message
-
- Type: string
Error or informational message that can contain more detail about a nextToken failure.
InvalidStateException
[ 'Message' => '<string>', ]
Description
The resource is in a state that does not allow you to perform a specified action.
Members
- Message
-
- Type: string
Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.
LimitExceededException
[ 'Message' => '<string>', ]
Description
The limit of servers or backups has been reached.
Members
- Message
-
- Type: string
Error or informational message that the maximum allowed number of servers or backups has been exceeded.
ResourceAlreadyExistsException
[ 'Message' => '<string>', ]
Description
The requested resource cannot be created because it already exists.
Members
- Message
-
- Type: string
Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The requested resource does not exist, or access was denied.
Members
- Message
-
- Type: string
Error or informational message that can contain more detail about problems locating or accessing a resource.
ValidationException
[ 'Message' => '<string>', ]
Description
One or more of the provided request parameters are not valid.
Members
- Message
-
- Type: string
Error or informational message that can contain more detail about a validation failure.