DatasetDescription
A description for a dataset. For more information, see DescribeDataset.
The status fields Status
, StatusMessage
, and StatusMessageCode
reflect the last operation on the dataset.
Contents
- CreationTimestamp
-
The Unix timestamp for the time and date that the dataset was created.
Type: Timestamp
Required: No
- DatasetStats
-
The status message code for the dataset.
Type: DatasetStats object
Required: No
- LastUpdatedTimestamp
-
The Unix timestamp for the date and time that the dataset was last updated.
Type: Timestamp
Required: No
- Status
-
The status of the dataset.
Type: String
Valid Values:
CREATE_IN_PROGRESS | CREATE_COMPLETE | CREATE_FAILED | UPDATE_IN_PROGRESS | UPDATE_COMPLETE | UPDATE_FAILED | DELETE_IN_PROGRESS
Required: No
- StatusMessage
-
The status message for the dataset.
Type: String
Required: No
- StatusMessageCode
-
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
Type: String
Valid Values:
SUCCESS | SERVICE_ERROR | CLIENT_ERROR
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: