Class: Aws::IoTThingsGraph::Types::GetNamespaceDeletionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetNamespaceDeletionStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code returned by the namespace deletion task.
-
#error_message ⇒ String
An error code returned by the namespace deletion task.
-
#namespace_arn ⇒ String
The ARN of the namespace that is being deleted.
-
#namespace_name ⇒ String
The name of the namespace that is being deleted.
-
#status ⇒ String
The status of the deletion request.
Instance Attribute Details
#error_code ⇒ String
An error code returned by the namespace deletion task.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 693 class GetNamespaceDeletionStatusResponse < Struct.new( :namespace_arn, :namespace_name, :status, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An error code returned by the namespace deletion task.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 693 class GetNamespaceDeletionStatusResponse < Struct.new( :namespace_arn, :namespace_name, :status, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#namespace_arn ⇒ String
The ARN of the namespace that is being deleted.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 693 class GetNamespaceDeletionStatusResponse < Struct.new( :namespace_arn, :namespace_name, :status, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace that is being deleted.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 693 class GetNamespaceDeletionStatusResponse < Struct.new( :namespace_arn, :namespace_name, :status, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deletion request.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 693 class GetNamespaceDeletionStatusResponse < Struct.new( :namespace_arn, :namespace_name, :status, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |