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