Class: Aws::IoT::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The request is not valid.
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.
7532 7533 7534 7535 7536 |
# File 'lib/aws-sdk-iot/types.rb', line 7532 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |