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