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

RetryPolicyExecution

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

The current status of the retry policy executed on the job.

interface RetryPolicyExecution {
currentAttemptCount: number;
}

§Properties

§
currentAttemptCount: number
[src]

The current number of attempts made on the driver of the job.