Class: Aws::IoT::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidationException
- Defined in:
- gems/aws-sdk-iot/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
18585 18586 18587 18588 18589 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18585 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |