Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

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);
// { // GetNamespaceDeletionStatusResponse
// namespaceArn: "STRING_VALUE",
// namespaceName: "STRING_VALUE",
// status: "IN_PROGRESS" || "SUCCEEDED" || "FAILED",
// errorCode: "VALIDATION_FAILED",
// errorMessage: "STRING_VALUE",
// };

Param

GetNamespaceDeletionStatusCommandInput

Returns

GetNamespaceDeletionStatusCommandOutput

See

Throws

InternalFailureException (server fault)

Throws

InvalidRequestException (client fault)

Throws

ThrottlingException (client fault)

Throws

IoTThingsGraphServiceException

Base exception class for all service exceptions from IoTThingsGraph service.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods