Class: Aws::ServiceDiscovery::Errors::ServiceNotFound

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-servicediscovery/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceNotFound

Returns a new instance of ServiceNotFound.

Parameters:



261
262
263
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 261

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


266
267
268
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 266

def message
  @message || @data[:message]
end