QuerySummary
Contains summary information about a query.
Contents
- queryId
-
The unique identifier for the query execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9-]+Required: Yes
- status
-
The current query status.
Type: String
Valid Values:
SUBMITTED | RUNNING | COMPLETED | FAILED | CANCELED | CANCELINGRequired: Yes
- submittedAt
-
The date and time when the query was submitted, in Unix epoch time.
Type: Timestamp
Required: Yes
- completedAt
-
The date and time when the query reached a terminal state, in Unix epoch time.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: