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

ValidationResult

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

The launch profile validation result.

interface ValidationResult {
statusMessage: string;
}

§Properties

§

The current state.

§

The status code. This will contain the failure reason if the state is VALIDATION_FAILED.

§
statusMessage: string
[src]

The status message for the validation result.

§

The type of the validation result.