# File lib/fog/aws/models/dns/zones.rb, line 22
        def get(zone_id)
          data = service.get_hosted_zone(zone_id).body
          new(data)
        rescue Excon::Errors::NotFound
          nil
        end