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

FailedWorkspaceChangeRequest

import type { FailedWorkspaceChangeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workspaces.ts";
interface FailedWorkspaceChangeRequest {
ErrorCode?: string | null;
ErrorMessage?: string | null;
WorkspaceId?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]
§
ErrorMessage?: string | null
[src]
§
WorkspaceId?: string | null
[src]