Class: Aws::ServiceDiscovery::Errors::ResourceNotFoundException

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) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



221
222
223
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 221

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

Instance Method Details

#messageString

Returns:

  • (String)


226
227
228
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 226

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