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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/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)


1929
1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1929

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

#messageString

Returns:

  • (String)


1929
1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1929

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)


1929
1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1929

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