Values.GetNamespaceDeletionStatusResponseSourceGets the status of a namespace deletion task.
type nonrec t = {namespaceArn : Arn.t option;The ARN of the namespace that is being deleted.
*)namespaceName : NamespaceName.t option;The name of the namespace that is being deleted.
*)status : NamespaceDeletionStatus.t option;The status of the deletion request.
*)errorCode : NamespaceDeletionStatusErrorCodes.t option;An error code returned by the namespace deletion task.
*)errorMessage : String_.t option;An error code returned by the namespace deletion task.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]