Amazon IoT Greengrass · JSON Structure

Iot Greengrass Cancel Deployment Response Structure

CancelDeploymentResponse schema

Type: object Properties: 1
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

CancelDeploymentResponse is a JSON Structure definition published by Amazon IoT Greengrass, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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-greengrass/refs/heads/main/json-structure/iot-greengrass-cancel-deployment-response-structure.json",
  "name": "CancelDeploymentResponse",
  "description": "CancelDeploymentResponse schema",
  "type": "object",
  "properties": {
    "message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "A message that communicates if the cancel was successful."
        }
      ]
    }
  }
}