class Aws::Plugins::RetryErrors::Handler

def call(context)

def call(context)
  response = @handler.call(context)
  if response.error
    retry_if_possible(response)
  else
    response
  end
end