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_arn ⇒ String
The ARN of the existing service.
-
#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.
3158 3159 3160 3161 3162 3163 3164 3165 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3158 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id, :service_arn) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3158 3159 3160 3161 3162 3163 3164 3165 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3158 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id, :service_arn) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The ARN of the existing service.
3158 3159 3160 3161 3162 3163 3164 3165 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3158 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id, :service_arn) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the existing service.
3158 3159 3160 3161 3162 3163 3164 3165 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3158 class ServiceAlreadyExists < Struct.new( :message, :creator_request_id, :service_id, :service_arn) SENSITIVE = [] include Aws::Structure end |