Class: Aws::AgentRegistryControl::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The request failed validation of one or more input fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of input fields that failed validation.
- #message ⇒ String
-
#reason ⇒ String
The reason the request failed validation.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of input fields that failed validation.
2279 2280 2281 2282 2283 2284 2285 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2279 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2279 2280 2281 2282 2283 2284 2285 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2279 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request failed validation.
2279 2280 2281 2282 2283 2284 2285 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2279 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |