Class: Aws::ElasticTranscoder::Errors::IncompatibleVersionException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticTranscoder::Errors::IncompatibleVersionException
- Defined in:
- lib/aws-sdk-elastictranscoder/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IncompatibleVersionException
constructor
A new instance of IncompatibleVersionException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IncompatibleVersionException
Returns a new instance of IncompatibleVersionException.
59 60 61 |
# File 'lib/aws-sdk-elastictranscoder/errors.rb', line 59 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |