Class: Aws::BedrockAgentCore::Types::MemoryRecordOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::MemoryRecordOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Output information returned after processing a memory record operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ Integer
The error code returned when the memory record operation fails.
-
#error_message ⇒ String
A human-readable error message describing why the memory record operation failed.
-
#memory_record_id ⇒ String
The unique ID associated to the memory record.
-
#request_identifier ⇒ String
The client-provided identifier that was used to track this record operation.
-
#status ⇒ String
The status of the memory record operation (e.g., SUCCEEDED, FAILED).
Instance Attribute Details
#error_code ⇒ Integer
The error code returned when the memory record operation fails.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2195 class MemoryRecordOutput < Struct.new( :memory_record_id, :status, :request_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A human-readable error message describing why the memory record operation failed.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2195 class MemoryRecordOutput < Struct.new( :memory_record_id, :status, :request_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#memory_record_id ⇒ String
The unique ID associated to the memory record.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2195 class MemoryRecordOutput < Struct.new( :memory_record_id, :status, :request_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#request_identifier ⇒ String
The client-provided identifier that was used to track this record operation.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2195 class MemoryRecordOutput < Struct.new( :memory_record_id, :status, :request_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the memory record operation (e.g., SUCCEEDED, FAILED).
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2195 class MemoryRecordOutput < Struct.new( :memory_record_id, :status, :request_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |