Class: Aws::BedrockAgent::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Stores information about a field passed inside a request that resulted in an validation error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing why this field failed validation.
-
#name ⇒ String
The name of the field.
Instance Attribute Details
#message ⇒ String
A message describing why this field failed validation.
4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4064 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4064 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |