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

AssociateClientDeviceWithCoreDeviceErrorEntry

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

Contains an error that occurs from a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation returns a list of these errors.

interface AssociateClientDeviceWithCoreDeviceErrorEntry {
code?: string | null;
message?: string | null;
thingName?: string | null;
}

§Properties

§
code?: string | null
[src]

The error code for the request.

§
message?: string | null
[src]

A message that provides additional information about the error.

§
thingName?: string | null
[src]

The name of the IoT thing whose associate request failed.