Class: Aws::WorkspacesInstances::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Represents a validation error field in an API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed error message describing the validation issue.
-
#name ⇒ String
Name of the field that failed validation.
-
#reason ⇒ String
Reason for the validation failure.
Instance Attribute Details
#message ⇒ String
Detailed error message describing the validation issue.
1602 1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1602 class ValidationExceptionField < Struct.new( :name, :reason, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the field that failed validation.
1602 1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1602 class ValidationExceptionField < Struct.new( :name, :reason, :message) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason for the validation failure.
1602 1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1602 class ValidationExceptionField < Struct.new( :name, :reason, :message) SENSITIVE = [] include Aws::Structure end |