Class: Aws::IoT::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The request is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
17785 17786 17787 17788 17789 |
# File 'lib/aws-sdk-iot/types.rb', line 17785 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |