Class: Aws::ElasticTranscoder::Errors::AccessDeniedException

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) ⇒ AccessDeniedException

Returns a new instance of AccessDeniedException.

Parameters:



49
50
51
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/errors.rb', line 49

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