class Aws::Plugins::StubResponses::Handler

def call(context)

def call(context)
  stub = context.client.next_stub(context)
  resp = Seahorse::Client::Response.new(context: context)
  apply_stub(stub, resp)
  resp
end