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 exception
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
-
#name ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3354 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Non Blank String
3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3354 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |