Class: Aws::ResourceExplorer2::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
A structure that describes a request field with a validation error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the request field that had a validation error.
-
#validation_issue ⇒ String
The validation error caused by the request field.
Instance Attribute Details
#name ⇒ String
The name of the request field that had a validation error.
1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1741 class ValidationExceptionField < Struct.new( :name, :validation_issue) SENSITIVE = [] include Aws::Structure end |
#validation_issue ⇒ String
The validation error caused by the request field.
1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1741 class ValidationExceptionField < Struct.new( :name, :validation_issue) SENSITIVE = [] include Aws::Structure end |