Class CloudWatchException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudWatch\Exception\CloudWatchException
- Namespace: Aws\CloudWatch\Exception
- Located at CloudWatch/Exception/CloudWatchException.php
Represents an error interacting with the Amazon CloudWatch 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.
ConcurrentModificationException
[ ]
Description
More than one process tried to modify a resource at the same time.
Members
DashboardInvalidInputError
[ 'dashboardValidationMessages' => [ [ 'DataPath' => '<string>', 'Message' => '<string>', ], // ... ], 'message' => '<string>', ]
Description
Some part of the dashboard data is invalid.
Members
- dashboardValidationMessages
-
- Type: Array of DashboardValidationMessage structures
- message
-
- Type: string
DashboardNotFoundError
[ 'message' => '<string>', ]
InternalServiceFault
[ 'Message' => '<string>', ]
Description
Request processing has failed due to some unknown error, exception, or failure.
Members
InvalidFormatFault
[ 'message' => '<string>', ]
InvalidNextToken
[ 'message' => '<string>', ]
InvalidParameterCombinationException
[ 'message' => '<string>', ]
Description
Parameters were used together that cannot be used together.
Members
InvalidParameterValueException
[ 'message' => '<string>', ]
LimitExceededException
[ ]
Description
The operation exceeded one or more limits.
Members
LimitExceededFault
[ 'message' => '<string>', ]
Description
The quota for alarms for this customer has already been reached.
Members
MissingRequiredParameterException
[ 'message' => '<string>', ]
ResourceNotFound
[ 'message' => '<string>', ]
ResourceNotFoundException
[ 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]