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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
This occurs when the provided nextToken is not valid.
Members
InvalidStateException
[ 'Message' => '<string>', ]
Description
The resource is in a state that does not allow you to perform a specified action.
Members
LimitExceededException
[ 'Message' => '<string>', ]
Description
The limit of servers or backups has been reached.
Members
ResourceAlreadyExistsException
[ 'Message' => '<string>', ]
Description
The requested resource cannot be created because it already exists.
Members
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The requested resource does not exist, or access was denied.
Members
ValidationException
[ 'Message' => '<string>', ]