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.
2218 2219 2220 2221 2222 2223 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2218 class ValidationExceptionField < Struct.new( :name, :validation_issue) SENSITIVE = [] include Aws::Structure end |
#validation_issue ⇒ String
The validation error caused by the request field.
2218 2219 2220 2221 2222 2223 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2218 class ValidationExceptionField < Struct.new( :name, :validation_issue) SENSITIVE = [] include Aws::Structure end |