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