Class RDSDataServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\RDSDataService\Exception\RDSDataServiceException
- Namespace: Aws\RDSDataService\Exception
- Located at RDSDataService/Exception/RDSDataServiceException.php
Represents an error interacting with the AWS RDS DataService 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.
AccessDeniedException
[ 'message' => '<string>', ]
Description
You do not have sufficient access to perform this action.
Members
- message
-
- Type: string
BadRequestException
[ 'message' => '<string>', ]
Description
There is an error in the call or in a SQL statement.
Members
- message
-
- Type: string
The error message returned by this
BadRequestException
error.
ForbiddenException
[ 'message' => '<string>', ]
Description
There are insufficient privileges to make the call.
Members
- message
-
- Type: string
The error message returned by this
ForbiddenException
error.
InternalServerErrorException
[ ]
Description
An internal error occurred.
Members
NotFoundException
[ 'message' => '<string>', ]
Description
The resourceArn
, secretArn
, or transactionId
value can't be found.
Members
- message
-
- Type: string
The error message returned by this
NotFoundException
error.
ServiceUnavailableError
[ ]
Description
The service specified by the resourceArn
parameter is not available.
Members
StatementTimeoutException
[ 'dbConnectionId' => <integer>, 'message' => '<string>', ]
Description
The execution of the SQL statement timed out.
Members
- dbConnectionId
-
- Type: long (int|float)
The database connection ID that executed the SQL statement.
- message
-
- Type: string
The error message returned by this
StatementTimeoutException
error.