# File lib/ses/ses.rb, line 84
    def get_send_quota(options={})
      @logger.info("get_send_quota")

      resp = do_request("GetSendQuota", options)


    rescue Exception
      on_exception
    end