aws.iotthingsgraph.get_namespace_deletion_status
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_namespace_deletion_status;Description
Gets the status of a namespace deletion task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| error_code An error code returned by the namespace deletion task. | VARCHAR |
| error_message An error code returned by the namespace deletion task. | VARCHAR |
| namespace_arn The ARN of the namespace that is being deleted. | VARCHAR |
| namespace_name The name of the namespace that is being deleted. | VARCHAR |
| status The status of the deletion request. | VARCHAR |