Class: Aws::ServiceDiscovery::Types::NamespaceAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::NamespaceAlreadyExists
- Includes:
- Aws::Structure
- Defined in:
- 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.
1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1928 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1928 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |
#namespace_id ⇒ String
The ID of the existing namespace.
1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1928 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |