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

ValidationErrorsEntry

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

Displays errors that occurred during validation of the resource policy.

interface ValidationErrorsEntry {
CheckName?: string | null;
ErrorMessage?: string | null;
}

§Properties

§
CheckName?: string | null
[src]

Checks the name of the policy.

§
ErrorMessage?: string | null
[src]

Displays error messages if validation encounters problems during validation of the resource policy.