Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveWarningMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The warning message text.

Returns:

  • (String)


1260
1261
1262
1263
1264
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1260

class AgenticRetrieveWarningMessage < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end