Class: Aws::AgentRegistry::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistry/types.rb
Overview
Describes a single input field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description of why the field failed validation.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#message ⇒ String
A description of why the field failed validation.
671 672 673 674 675 676 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 671 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
671 672 673 674 675 676 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 671 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |