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)


2086
2087
2088
2089
2090
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2086

class NamespaceNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end