Class: Aws::RDSDataService::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/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

Instance Attribute Details

#messageString

The error message returned by this BadRequestException error.

Returns:

  • (String)


82
83
84
85
86
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 82

class BadRequestException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end