Class: Aws::WorkSpacesWeb::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ValidationException
- Defined in:
- gems/aws-sdk-workspacesweb/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.
4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4097 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4097 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation
4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4097 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |