Method: Aws::NeptuneGraph::Errors::InternalServerException#initialize
- Defined in:
- lib/aws-sdk-neptunegraph/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
85 86 87 |
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 85 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |