Class: Aws::IoT::Types::SqlParseException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


14328
14329
14330
14331
14332
# File 'lib/aws-sdk-iot/types.rb', line 14328

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