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