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

GetNamespaceDeletionStatusResponse

import type { GetNamespaceDeletionStatusResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface GetNamespaceDeletionStatusResponse {
errorMessage?: string | null;
namespaceArn?: string | null;
namespaceName?: string | null;
status?: NamespaceDeletionStatus | null;
}

§Properties

§

An error code returned by the namespace deletion task.

§
errorMessage?: string | null
[src]

An error code returned by the namespace deletion task.

§
namespaceArn?: string | null
[src]

The ARN of the namespace that is being deleted.

§
namespaceName?: string | null
[src]

The name of the namespace that is being deleted.

§

The status of the deletion request.