We are excited to announce our new API Documentation.
Protected
Gets the status of a namespace deletion task.
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 importconst 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",// };
GetNamespaceDeletionStatusCommandInput
GetNamespaceDeletionStatusCommandOutput
input
response
config
InternalFailureException (server fault)
InvalidRequestException (client fault)
ThrottlingException (client fault)
IoTThingsGraphServiceException
Base exception class for all service exceptions from IoTThingsGraph service.
Readonly
Static
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.
Param
GetNamespaceDeletionStatusCommandInput
Returns
GetNamespaceDeletionStatusCommandOutput
See
input
shape.response
shape.config
shape.Throws
InternalFailureException (server fault)
Throws
InvalidRequestException (client fault)
Throws
ThrottlingException (client fault)
Throws
IoTThingsGraphServiceException
Base exception class for all service exceptions from IoTThingsGraph service.