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)


561
562
563
564
565
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 561

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