Class CostandUsageReportServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CostandUsageReportService\Exception\CostandUsageReportServiceException
- Namespace: Aws\CostandUsageReportService\Exception
- Located at CostandUsageReportService/Exception/CostandUsageReportServiceException.php
Represents an error interacting with the AWS Cost and Usage Report Service 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.
DuplicateReportNameException
[ 'Message' => '<string>', ]
Description
A report with the specified name already exists in the account. Specify a different report name.
Members
- Message
-
- Type: string
A message to show the detail of the exception.
InternalErrorException
[ 'Message' => '<string>', ]
Description
An error on the server occurred during the processing of your request. Try again later.
Members
- Message
-
- Type: string
A message to show the detail of the exception.
ReportLimitReachedException
[ 'Message' => '<string>', ]
Description
This account already has five reports defined. To define a new report, you must delete an existing report.
Members
- Message
-
- Type: string
A message to show the detail of the exception.
ValidationException
[ 'Message' => '<string>', ]
Description
The input fails to satisfy the constraints specified by an AWS service.
Members
- Message
-
- Type: string
A message to show the detail of the exception.