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

ImportFindingsError

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

The list of the findings that cannot be imported. For each finding, the list provides the error.

interface ImportFindingsError {
ErrorCode: string;
ErrorMessage: string;
Id: string;
}

§Properties

§
ErrorCode: string
[src]

The code of the error returned by the BatchImportFindings operation.

§
ErrorMessage: string
[src]

The message of the error returned by the BatchImportFindings operation.

§
Id: string
[src]

The identifier of the finding that could not be updated.