Class: Aws::IoT::Types::InvalidQueryException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::InvalidQueryException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The query is invalid.
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.
9330 9331 9332 9333 9334 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9330 class InvalidQueryException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |