FailedScheduledUpdateGroupActionRequest

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

Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScaling

Properties

Name Type Description
ScheduledActionName object
ErrorCode object
ErrorMessage object
View JSON Schema on GitHub

JSON Schema

ec2-auto-scaling-failed-scheduled-update-group-action-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-schema/ec2-auto-scaling-failed-scheduled-update-group-action-request-schema.json",
  "title": "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"
  ]
}