if not Id:
        current = __salt__['boto_cloudfront.get_cloud_front_origin_access_identities_by_comment'](
                Comment=Name, **authargs)
        if current is None:
            msg = 'Error dereferencing origin access identity `{}` to a Resource ID.'.format(Name)