Class ResourceExplorer2Exception
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ResourceExplorer2\Exception\ResourceExplorer2Exception
- Namespace: Aws\ResourceExplorer2\Exception
- Located at ResourceExplorer2/Exception/ResourceExplorer2Exception.php
Represents an error interacting with the AWS Resource Explorer 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
AccessDeniedException
[ 'Message' => '<string>', ]
Description
The credentials that you used to call this operation don't have the minimum required permissions.
Members
ConflictException
[ 'Message' => '<string>', ]
Description
You tried to create a new view or index when one already exists, and you either didn't specify or specified a different idempotency token as the original request.
Members
InternalServerException
[ 'Message' => '<string>', ]
Description
The request failed because of internal service error. Try your request again later.
Members
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.
Members
ServiceQuotaExceededException
[ 'Message' => '<string>', 'Name' => '<string>', 'Value' => '<string>', ]
Description
The request failed because it exceeds a service quota.
Members
ThrottlingException
[ 'Message' => '<string>', ]
Description
The request failed because you exceeded a rate limit for this operation. For more information, see Quotas for Resource Explorer.
Members
UnauthorizedException
[ 'Message' => '<string>', ]
Description
The principal making the request isn't permitted to perform the operation.
Members
ValidationException
[ 'FieldList' => [ [ 'Name' => '<string>', 'ValidationIssue' => '<string>', ], // ... ], 'Message' => '<string>', ]
Description
You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.
Members
- FieldList
-
- Type: Array of ValidationExceptionField structures
An array of the request fields that had validation errors.
- Message
-
- Required: Yes
- Type: string