Batch Delete Scheduled Action
autoscaling_batch_delete_scheduled_action | R Documentation |
Deletes one or more scheduled actions for the specified Auto Scaling group¶
Description¶
Deletes one or more scheduled actions for the specified Auto Scaling group.
Usage¶
Arguments¶
AutoScalingGroupName
[required] The name of the Auto Scaling group.
ScheduledActionNames
[required] The names of the scheduled actions to delete. The maximum number allowed is 50.
Value¶
A list with the following syntax:
list(
FailedScheduledActions = list(
list(
ScheduledActionName = "string",
ErrorCode = "string",
ErrorMessage = "string"
)
)
)