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

RemediationExecutionStep

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

Name of the step from the SSM document.

interface RemediationExecutionStep {
ErrorMessage?: string | null;
Name?: string | null;
StartTime?: Date | number | null;
StopTime?: Date | number | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

An error message if the step was interrupted during execution.

§
Name?: string | null
[src]

The details of the step.

§
StartTime?: Date | number | null
[src]

The time when the step started.

§

The valid status of the step.

§
StopTime?: Date | number | null
[src]

The time when the step stopped.