Class: Aws::ServiceDiscovery::Types::NamespaceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::NamespaceNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
No namespace exists with the specified ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2042 class NamespaceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |