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

ValidationWarning

import type { ValidationWarning } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

The error codes and error messages that are returned for the parameters or parameter combinations that are not valid when a new launch template or new version of a launch template is created.

interface ValidationWarning {
Errors: ValidationError[];
}

§Properties

§

The error codes and error messages.