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

FailedServiceActionAssociation

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

An object containing information about the error, along with identifying information about the self-service action and its associations.

interface FailedServiceActionAssociation {
ErrorMessage?: string | null;
ProductId?: string | null;
ProvisioningArtifactId?: string | null;
ServiceActionId?: string | null;
}

§Properties

§

The error code. Valid values are listed below.

§
ErrorMessage?: string | null
[src]

A text description of the error.

§
ProductId?: string | null
[src]

The product identifier. For example, prod-abcdzk7xy33qa.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

§
ServiceActionId?: string | null
[src]

The self-service action identifier. For example, act-fs7abcd89wxyz.