Class: Aws::ElasticTranscoder::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



99
100
101
# File 'lib/aws-sdk-elastictranscoder/errors.rb', line 99

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