Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveFailure
- 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
-
#message ⇒ String
A message describing the failure.
Instance Attribute Details
#message ⇒ String
A message describing the failure.
555 556 557 558 559 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 555 class AgenticRetrieveFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |