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

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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


13917
13918
13919
13920
13921
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13917

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