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
17243 17244 17245 17246 17247 |
# File 'lib/aws-sdk-iot/types.rb', line 17243 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |