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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

An error code returned by the namespace deletion task.

Returns:

  • (String)


693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-iotthingsgraph/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_messageString

An error code returned by the namespace deletion task.

Returns:

  • (String)


693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-iotthingsgraph/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_arnString

The ARN of the namespace that is being deleted.

Returns:

  • (String)


693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-iotthingsgraph/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_nameString

The name of the namespace that is being deleted.

Returns:

  • (String)


693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-iotthingsgraph/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

#statusString

The status of the deletion request.

Returns:

  • (String)


693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-iotthingsgraph/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