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

ImportFailureListItem

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

Provides information about an import failure.

interface ImportFailureListItem {
ErrorMessage?: string | null;
ErrorType?: string | null;
LastUpdatedTime?: Date | number | null;
Location?: string | null;
Status?: ImportFailureStatus | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

Provides the reason the import failed.

§
ErrorType?: string | null
[src]

The type of import error.

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

When the import was last updated.

§
Location?: string | null
[src]

The location of the failure in the S3 bucket.

§
Status?: ImportFailureStatus | null
[src]

The status of the import.