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
3286 3287 3288 3289 3290 3291 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3286 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Non Blank String
3286 3287 3288 3289 3290 3291 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3286 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |