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