Jump to Content

Class GetNamespaceDeletionStatusCommandProtected

Deprecated

Gets the status of a namespace deletion task.

Example

Use a bare-bones client and the command you need to make an API call.

import { IoTThingsGraphClient, GetNamespaceDeletionStatusCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
// const { IoTThingsGraphClient, GetNamespaceDeletionStatusCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
const client = new IoTThingsGraphClient(config);
const input = {};
const command = new GetNamespaceDeletionStatusCommand(input);
const response = await client.send(command);

Param

GetNamespaceDeletionStatusCommandInput

Returns

GetNamespaceDeletionStatusCommandOutput

See

Throws

InternalFailureException (server fault)

Throws

InvalidRequestException (client fault)

Throws

ThrottlingException (client fault)

Hierarchy

Constructors

Properties

Methods