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

RepositoryScanningConfigurationFailure

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

The details about any failures associated with the scanning configuration of a repository.

interface RepositoryScanningConfigurationFailure {
failureCode?: ScanningConfigurationFailureCode | null;
failureReason?: string | null;
repositoryName?: string | null;
}

§Properties

§

The failure code.

§
failureReason?: string | null
[src]

The reason for the failure.

§
repositoryName?: string | null
[src]

The name of the repository.