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)


984
985
986
987
988
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 984

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