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

FailedScheduledUpdateGroupActionRequest

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

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

interface FailedScheduledUpdateGroupActionRequest {
ErrorCode?: string | null;
ErrorMessage?: string | null;
ScheduledActionName: string;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code.

§
ErrorMessage?: string | null
[src]

The error message accompanying the error code.

§
ScheduledActionName: string
[src]

The name of the scheduled action.