Class: Aws::IoTWireless::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
The input did not meet the specified constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6917 6918 6919 6920 6921 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6917 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |