Class: Aws::ServiceDiscovery::Types::ServiceAlreadyExists

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

Overview

The service can’t be created because a service with the same name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

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

Returns:

  • (String)


2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2867

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

#messageString

Returns:

  • (String)


2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2867

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

#service_idString

The ID of the existing service.

Returns:

  • (String)


2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2867

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