Class: Aws::WorkSpacesWeb::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
There is a validation error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error.
- #message ⇒ String
-
#reason ⇒ String
Reason the request failed validation.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error.
4831 4832 4833 4834 4835 4836 4837 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4831 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4831 4832 4833 4834 4835 4836 4837 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4831 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation
4831 4832 4833 4834 4835 4836 4837 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4831 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |