Class: Aws::IoT::Types::SqlParseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SqlParseException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The Rule-SQL expression can't be parsed correctly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15309 class SqlParseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |