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.
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2038 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.
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2038 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.
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2038 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.
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2038 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).
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2038 class MemoryRecordOutput < Struct.new( :memory_record_id, :status, :request_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |