Class: Aws::AgentRegistry::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistry/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.
651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 651 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 651 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request failed validation.
651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 651 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |