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

UserStackAssociationError

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

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

interface UserStackAssociationError {
ErrorCode?: UserStackAssociationErrorCode | null;
ErrorMessage?: string | null;
UserStackAssociation?: UserStackAssociation | null;
}

§Properties

§

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

§
ErrorMessage?: string | null
[src]

The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

§
UserStackAssociation?: UserStackAssociation | null
[src]

Information about the user and associated stack.