Class ResourceGroupsTaggingAPIException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ResourceGroupsTaggingAPI\Exception\ResourceGroupsTaggingAPIException
- Namespace: Aws\ResourceGroupsTaggingAPI\Exception
- Located at ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
Represents an error interacting with the AWS Resource Groups Tagging API service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
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.
InternalServiceException
[ 'Message' => '<string>', ]
Description
The request processing failed because of an unknown error, exception, or failure. You can retry the request.
Members
InvalidParameterException
[ 'Message' => '<string>', ]
Description
A parameter is missing or a malformed string or invalid or out-of-range value was supplied for the request parameter.
Members
PaginationTokenExpiredException
[ 'Message' => '<string>', ]
Description
A PaginationToken
is valid for a maximum of 15 minutes. Your request was denied because the specified PaginationToken
has expired.
Members
ThrottledException
[ 'Message' => '<string>', ]