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.
7518 7519 7520 7521 7522 |
# File 'lib/aws-sdk-iot/types.rb', line 7518 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |