Class: Aws::SnowDeviceManagement::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ValidationException
- Defined in:
- gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1117 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |