Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Scene Error Structure

The scene error.

Type: object Properties: 2
3D VisualizationDigital TwinIndustrial IoTIoT

SceneError is a JSON Structure definition published by Amazon IoT TwinMaker, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-scene-error-structure.json",
  "name": "SceneError",
  "description": "The scene error.",
  "type": "object",
  "properties": {
    "code": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SceneErrorCode"
        },
        {
          "description": "The SceneError code."
        }
      ]
    },
    "message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorMessage"
        },
        {
          "description": "The SceneError message."
        }
      ]
    }
  }
}