Class: Aws::IoT::Types::SqlParseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SqlParseException
- Includes:
- Structure
- Defined in:
- 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.
14560 14561 14562 14563 14564 |
# File 'lib/aws-sdk-iot/types.rb', line 14560 class SqlParseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |