You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::GetNamespaceDeletionStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

An error code returned by the namespace deletion task.

Possible values:

  • VALIDATION_FAILED

Returns:

  • (String)

    An error code returned by the namespace deletion task.

#error_messageString

An error code returned by the namespace deletion task.

Returns:

  • (String)

    An error code returned by the namespace deletion task.

#namespace_arnString

The ARN of the namespace that is being deleted.

Returns:

  • (String)

    The ARN of the namespace that is being deleted.

#namespace_nameString

The name of the namespace that is being deleted.

Returns:

  • (String)

    The name of the namespace that is being deleted.

#statusString

The status of the deletion request.

Possible values:

  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The status of the deletion request.