Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveFailure

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

A failure that occurred during agentic retrieval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the failure.

Returns:

  • (String)


555
556
557
558
559
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 555

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