Class: Aws::BedrockAgentRuntime::Types::FailureTrace
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FailureTrace
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the failure of the interaction.
Constant Summary collapse
- SENSITIVE =
[:failure_reason]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
The reason the interaction failed.
-
#trace_id ⇒ String
The unique identifier of the trace.
Instance Attribute Details
#failure_reason ⇒ String
The reason the interaction failed.
1069 1070 1071 1072 1073 1074 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1069 class FailureTrace < Struct.new( :failure_reason, :trace_id) SENSITIVE = [:failure_reason] include Aws::Structure end |
#trace_id ⇒ String
The unique identifier of the trace.
1069 1070 1071 1072 1073 1074 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1069 class FailureTrace < Struct.new( :failure_reason, :trace_id) SENSITIVE = [:failure_reason] include Aws::Structure end |