Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveWarningMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveWarningMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A general warning message from agentic retrieval.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The warning message text.
Instance Attribute Details
#message ⇒ String
The warning message text.
1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1260 class AgenticRetrieveWarningMessage < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |