Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchGetAssetPropertyAggregatesErrorInfo

import type { BatchGetAssetPropertyAggregatesErrorInfo } from "https://aws-api.deno.dev/v0.4/services/iotsitewise.ts?docs=full";

Contains the error code and the timestamp for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.

interface BatchGetAssetPropertyAggregatesErrorInfo {
errorTimestamp: Date | number;
}

§Properties

§
errorTimestamp: Date | number
[src]

The date the error occurred, in Unix epoch time.