Class: Aws::AgentRegistryControl::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/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.
2299 2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2299 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
2299 2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2299 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |