A description for a dataset. For more information, see DescribeDataset.

The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.

interface DatasetDescription {
    CreationTimestamp?: Date;
    DatasetStats?: DatasetStats;
    LastUpdatedTimestamp?: Date;
    Status?: string;
    StatusMessage?: string;
    StatusMessageCode?: string;
}

Properties

CreationTimestamp?: Date

The Unix timestamp for the time and date that the dataset was created.

DatasetStats?: DatasetStats

The status message code for the dataset.

LastUpdatedTimestamp?: Date

The Unix timestamp for the date and time that the dataset was last updated.

Status?: string

The status of the dataset.

StatusMessage?: string

The status message for the dataset.

StatusMessageCode?: string

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.