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.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1976 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1976 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |
#namespace_id ⇒ String
The ID of the existing namespace.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1976 class NamespaceAlreadyExists < Struct.new( :message, :creator_request_id, :namespace_id) SENSITIVE = [] include Aws::Structure end |