GetNamespaceDeletionStatus
Gets the status of a namespace deletion task.
Response Syntax
{
"errorCode": "string",
"errorMessage": "string",
"namespaceArn": "string",
"namespaceName": "string",
"status": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- errorCode
-
An error code returned by the namespace deletion task.
Type: String
Valid Values:
VALIDATION_FAILED
- errorMessage
-
An error code returned by the namespace deletion task.
Type: String
- namespaceArn
-
The ARN of the namespace that is being deleted.
Type: String
- namespaceName
-
The name of the namespace that is being deleted.
Type: String
Length Constraints: Maximum length of 128.
- status
-
The status of the deletion request.
Type: String
Valid Values:
IN_PROGRESS | SUCCEEDED | FAILED
Errors
For information about the errors that are common to all actions, see Common Errors.
- InternalFailureException
-
HTTP Status Code: 500
- InvalidRequestException
-
HTTP Status Code: 400
- ThrottlingException
-
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: