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.
4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4028 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4028 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation
4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4028 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |