# File lib/heroku/command.rb, line 149
    def self.extract_not_found(body)
      body =~ /^[\w\s]+ not found$/ ? body : "Resource not found"
    end