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

FailureInfo

import type { FailureInfo } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

An object that contains the failure details about an import job.

interface FailureInfo {
ErrorMessage?: string | null;
FailedRecordsS3Url?: string | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

A message about why the import job failed.

§
FailedRecordsS3Url?: string | null
[src]

An Amazon S3 presigned URL that contains all the failed records and related information.