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

BatchPutAssetPropertyError

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

Contains error information from updating a batch of asset property values.

interface BatchPutAssetPropertyError {
errorMessage: string;
timestamps: TimeInNanos[];
}

§Properties

§
errorMessage: string
[src]

The associated error message.

§
timestamps: TimeInNanos[]
[src]

A list of timestamps for each error, if any.