Class: Aws::ServiceDiscovery::Types::NamespaceAlreadyExists

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

The namespace that you’re trying to create already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

The ‘CreatorRequestId` that was used to create the namespace.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1926

class NamespaceAlreadyExists < Struct.new(
  :message,
  :creator_request_id,
  :namespace_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1926

class NamespaceAlreadyExists < Struct.new(
  :message,
  :creator_request_id,
  :namespace_id)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_idString

The ID of the existing namespace.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1926

class NamespaceAlreadyExists < Struct.new(
  :message,
  :creator_request_id,
  :namespace_id)
  SENSITIVE = []
  include Aws::Structure
end