# File lib/aws/ec2/region.rb, line 90
      def find_in_response(resp)
        resp.region_info.find { |r| r.region_name == name }
      end