How can I identify the user associated with a specific SID in Windows?

wmic useraccount where sid='<SID>' get name

E.g.:

wmic useraccount where sid='S-1-5-21-2593382467-3257137941-298862785-1000' get name

What does it mean when wmic useraccount returns «No Instance(s) Available»?