Class AccountException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Account\Exception\AccountException
- Namespace: Aws\Account\Exception
- Located at Account/Exception/AccountException.php
Represents an error interacting with the AWS Account 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.
AccessDeniedException
[ 'message' => '<string>', ]
Description
The operation failed because the calling identity doesn't have the minimum required permissions.
Members
InternalServerException
[ 'message' => '<string>', ]
Description
The operation failed because of an error internal to Amazon Web Services. Try your operation again later.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The operation failed because it specified a resource that can't be found.
Members
TooManyRequestsException
[ 'message' => '<string>', ]
Description
The operation failed because it was called too frequently and exceeded a throttle limit.
Members
ValidationException
[ 'message' => '<string>', ]