Class: Aws::IoT::Types::InvalidQueryException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The query is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


8466
8467
8468
8469
8470
# File 'lib/aws-sdk-iot/types.rb', line 8466

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