Class: Aws::BedrockAgentCore::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Stores information about a field passed inside a request that resulted in an exception.
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.
5297 5298 5299 5300 5301 5302 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5297 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
5297 5298 5299 5300 5301 5302 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5297 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |