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

DisassociateClientDeviceFromCoreDeviceErrorEntry

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

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

interface DisassociateClientDeviceFromCoreDeviceErrorEntry {
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 disassociate request failed.