things:features.notmodifiable

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/errors",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/",
  "value": {
    "status": 403,
    "error": "things:features.notmodifiable",
    "message": "The Features on the Thing with ID 'org.eclipse.ditto:fancy-thing' cannot be modified as requester had insufficient permissions to modify it (WRITE is required).",
    "description": "Check if the ID of the Thing was correct and you have sufficient permissions."
  },
  "status": 403
}