Class: Aws::ServiceDiscovery::Types::ServiceAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ServiceAlreadyExists
- Defined in:
- gems/aws-sdk-servicediscovery/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
-
#creator_request_id ⇒ String
The
CreatorRequestId
that was used to create the service. -
#message ⇒ String
-
#service_id ⇒ String
The ID of the existing service.
Instance Attribute Details
#creator_request_id ⇒ String
The CreatorRequestId
that was used to create the service.
2870 2871 2872 2873 2874 2875 2876 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2870 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2870 2871 2872 2873 2874 2875 2876 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2870 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the existing service.
2870 2871 2872 2873 2874 2875 2876 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2870 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id) SENSITIVE = [] include Aws::Structure end |