For immutable Value Objects it means that all attributes are...

For immutable Value Objects it means that all attributes are initialized to their valid state. If an object cannot be created properly, an exception should be raised, making sure that an invalid value is not returned.

www.joshbeckman.org/notes/446271390