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.
984 985 986 987 988 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 984 class AgenticRetrieveWarningMessage < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |