Class: Aws::RDSDataService::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
There is an error in the call or in a SQL statement. (This error only appears in calls from Aurora Serverless v1 databases.)
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message returned by this ‘BadRequestException` error.
Instance Attribute Details
#message ⇒ String
The error message returned by this ‘BadRequestException` error.
82 83 84 85 86 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 82 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |