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

ValidationError

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

The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.

interface ValidationError {
Code?: string | null;
Message?: string | null;
}

§Properties

§
Code?: string | null
[src]

The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error Codes.

§
Message?: string | null
[src]

The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error Codes.