Class CloudWatchEvidentlyException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudWatchEvidently\Exception\CloudWatchEvidentlyException
- Namespace: Aws\CloudWatchEvidently\Exception
- Located at CloudWatchEvidently/Exception/CloudWatchEvidentlyException.php
Represents an error interacting with the Amazon CloudWatch Evidently 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 do not have sufficient permissions to perform this action.
Members
- message
-
- Type: string
ConflictException
[ 'message' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', ]
Description
A resource was in an inconsistent state during an update or a deletion.
Members
- message
-
- Type: string
- resourceId
-
- Type: string
The ID of the resource that caused the exception.
- resourceType
-
- Type: string
The type of the resource that is associated with the error.
InternalServerException
[ 'message' => '<string>', ]
Description
Unexpected error while processing the request. Retry the request.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', ]
Description
The request references a resource that does not exist.
Members
- message
-
- Type: string
- resourceId
-
- Type: string
The ID of the resource that caused the exception.
- resourceType
-
- Type: string
The type of the resource that is associated with the error.
ServiceQuotaExceededException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'resourceId' => '<string>', 'resourceType' => '<string>', 'serviceCode' => '<string>', ]
Description
The request would cause a service quota to be exceeded.
Members
- message
-
- Type: string
- quotaCode
-
- Type: string
The ID of the service quota that was exceeded.
- resourceId
-
- Type: string
The ID of the resource that caused the exception.
- resourceType
-
- Type: string
The type of the resource that is associated with the error.
- serviceCode
-
- Type: string
The ID of the service that is associated with the error.
ServiceUnavailableException
[ 'message' => '<string>', ]
Description
The service was unavailable. Retry the request.
Members
- message
-
- Type: string
ThrottlingException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'serviceCode' => '<string>', ]
Description
The request was denied because of request throttling. Retry the request.
Members
- message
-
- Type: string
- quotaCode
-
- Type: string
The ID of the service quota that was exceeded.
- serviceCode
-
- Type: string
The ID of the service that is associated with the error.
ValidationException
[ 'fieldList' => [ [ 'message' => '<string>', 'name' => '<string>', ], // ... ], 'message' => '<string>', 'reason' => 'unknownOperation|cannotParse|fieldValidationFailed|other', ]
Description
The value of a parameter in the request caused an error.
Members
- fieldList
-
- Type: Array of ValidationExceptionField structures
The parameter that caused the exception.
- message
-
- Type: string
- reason
-
- Type: string
A reason for the error.