Class: Aws::BedrockAgentCoreControl::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/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.
18299 18300 18301 18302 18303 18304 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18299 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
18299 18300 18301 18302 18303 18304 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18299 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |