# File lib/fog/dns/models/aws/records.rb, line 33 def get(record_id) data = connection.get_change(record_id).body new(data) rescue Excon::Errors::Forbidden nil end