Class CloudWatchRUMException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudWatchRUM\Exception\CloudWatchRUMException
- Namespace: Aws\CloudWatchRUM\Exception
- Located at CloudWatchRUM/Exception/CloudWatchRUMException.php
Represents an error interacting with the CloudWatch RUM 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
You don't have sufficient permissions to perform this action.
Members
- message
-
- Required: Yes
- Type: string
ConflictException
[ 'message' => '<string>', 'resourceName' => '<string>', 'resourceType' => '<string>', ]
Description
This operation attempted to create a resource that already exists.
Members
- message
-
- Required: Yes
- Type: string
- resourceName
-
- Required: Yes
- Type: string
The name of the resource that is associated with the error.
- resourceType
-
- Type: string
The type of the resource that is associated with the error.
InternalServerException
[ 'message' => '<string>', 'retryAfterSeconds' => <integer>, ]
Description
Internal service exception.
Members
- message
-
- Required: Yes
- Type: string
- retryAfterSeconds
-
- Type: int
The value of a parameter in the request caused an error.
ResourceNotFoundException
[ 'message' => '<string>', 'resourceName' => '<string>', 'resourceType' => '<string>', ]
Description
Resource not found.
Members
- message
-
- Required: Yes
- Type: string
- resourceName
-
- Required: Yes
- Type: string
The name of the resource that is associated with the error.
- resourceType
-
- Type: string
The type of the resource that is associated with the error.
ServiceQuotaExceededException
[ 'message' => '<string>', ]
Description
This request exceeds a service quota.
Members
- message
-
- Required: Yes
- Type: string
ThrottlingException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'retryAfterSeconds' => <integer>, 'serviceCode' => '<string>', ]
Description
The request was throttled because of quota limits.
Members
- message
-
- Required: Yes
- Type: string
- quotaCode
-
- Type: string
The ID of the service quota that was exceeded.
- retryAfterSeconds
-
- Type: int
The value of a parameter in the request caused an error.
- serviceCode
-
- Type: string
The ID of the service that is associated with the error.
ValidationException
[ 'message' => '<string>', ]
Description
One of the arguments for the request is not valid.
Members
- message
-
- Required: Yes
- Type: string