Class: Aws::RDSDataService::Types::DatabaseErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::DatabaseErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
There was an error in processing the SQL statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
351 352 353 354 355 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 351 class DatabaseErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |