Class: Aws::WorkSpacesThinClient::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
The input fails to satisfy the specified constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that didn’t validate.
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that didn’t validate.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1376 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1376 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1376 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |