Improve error message for immutable desired state
eduardomourar opened this issue · 0 comments
eduardomourar commented
If you try to change a property of the desired state (which is immutable), you will get the following JavaScript default message:
Cannot assign to read only property 'arn' of object '#'
We should tell the developer to instantiate a new Resource Model, instead.