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>', ]
Description
The specified dashboard does not exist.
Members
- message
-
- Type: string
InternalServiceFault
[ 'Message' => '<string>', ]
Description
Request processing has failed due to some unknown error, exception, or failure.
Members
- Message
-
- Type: string
InvalidFormatFault
[ 'message' => '<string>', ]
Description
Data was not syntactically valid JSON.
Members
- message
-
- Type: string
InvalidNextToken
[ 'message' => '<string>', ]
Description
The next token specified is invalid.
Members
- message
-
- Type: string
InvalidParameterCombinationException
[ 'message' => '<string>', ]
Description
Parameters were used together that cannot be used together.
Members
- message
-
- Type: string
InvalidParameterValueException
[ 'message' => '<string>', ]
Description
The value of an input parameter is bad or out-of-range.
Members
- message
-
- Type: 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
- message
-
- Type: string
MissingRequiredParameterException
[ 'message' => '<string>', ]
Description
An input parameter that is required is missing.
Members
- message
-
- Type: string
ResourceNotFound
[ 'message' => '<string>', ]
Description
The named resource does not exist.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
The named resource does not exist.
Members
- ResourceId
-
- Type: string
- ResourceType
-
- Type: string