Class: Aws::ServiceDiscovery::Types::NamespaceNotFound

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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