Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchDeleteScheduledActionAnswer

import type { BatchDeleteScheduledActionAnswer } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface BatchDeleteScheduledActionAnswer {
FailedScheduledActions: FailedScheduledUpdateGroupActionRequest[];
}

§Properties

§

The names of the scheduled actions that could not be deleted, including an error message.