{ "$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" ] }