Amazon EC2 Auto Scaling · JSON Structure

Ec2 Auto Scaling Failed Scheduled Update Group Action Request Structure

Describes a scheduled action that could not be created, updated, or deleted.

Type: object Properties: 3 Required: 1
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScaling

FailedScheduledUpdateGroupActionRequest is a JSON Structure definition published by Amazon EC2 Auto Scaling, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ScheduledActionName ErrorCode ErrorMessage

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-ec2-auto-scaling/refs/heads/main/json-structure/ec2-auto-scaling-failed-scheduled-update-group-action-request-structure.json",
  "name": "FailedScheduledUpdateGroupActionRequest",
  "description": "Describes a scheduled action that could not be created, updated, or deleted.",
  "type": "object",
  "properties": {
    "ScheduledActionName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/XmlStringMaxLen255"
        },
        {
          "description": "The name of the scheduled action."
        }
      ]
    },
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/XmlStringMaxLen64"
        },
        {
          "description": "The error code."
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/XmlString"
        },
        {
          "description": "The error message accompanying the error code."
        }
      ]
    }
  },
  "required": [
    "ScheduledActionName"
  ]
}