Class: Aws::ServiceDiscovery::Types::NamespaceAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::NamespaceAlreadyExists
- 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
-
#creator_request_id ⇒ String
The
CreatorRequestId
that was used to create the namespace. -
#message ⇒ String
-
#namespace_id ⇒ String
The ID of the existing namespace.
Instance Attribute Details
#creator_request_id ⇒ String
The CreatorRequestId
that was used to create the namespace.
2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2143 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2143 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |
#namespace_id ⇒ String
The ID of the existing namespace.
2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2143 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |