Class: Aws::Cloud9::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



110
111
112
# File 'lib/aws-sdk-cloud9/errors.rb', line 110

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