MemoryRecordOutput
Output information returned after processing a memory record operation.
Contents
- memoryRecordId
-
The unique ID associated to the memory record.
Type: String
Length Constraints: Minimum length of 40. Maximum length of 50.
Pattern:
mem-[a-zA-Z0-9-_]*
Required: Yes
- status
-
The status of the memory record operation (e.g., SUCCEEDED, FAILED).
Type: String
Valid Values:
SUCCEEDED | FAILED
Required: Yes
- errorCode
-
The error code returned when the memory record operation fails.
Type: Integer
Required: No
- errorMessage
-
A human-readable error message describing why the memory record operation failed.
Type: String
Required: No
- requestIdentifier
-
The client-provided identifier that was used to track this record operation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 80.
Pattern:
[a-zA-Z0-9_-]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: