Class: Aws::OSIS::Errors::InternalException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalException.

Parameters:



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

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