Class: Aws::ElasticTranscoder::Errors::InternalServiceException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServiceException.

Parameters:



69
70
71
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/errors.rb', line 69

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