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

BatchGetAssetPropertyAggregatesErrorCode

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

§Type

§
"ResourceNotFoundException" | "InvalidRequestException" | "AccessDeniedException" | cmnP.UnexpectedEnumValue
[src]