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

ServiceError

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

Describes an AWS OpsWorks Stacks service error.

interface ServiceError {
CreatedAt?: string | null;
InstanceId?: string | null;
Message?: string | null;
ServiceErrorId?: string | null;
StackId?: string | null;
Type?: string | null;
}

§Properties

§
CreatedAt?: string | null
[src]

When the error occurred.

§
InstanceId?: string | null
[src]

The instance ID.

§
Message?: string | null
[src]

A message that describes the error.

§
ServiceErrorId?: string | null
[src]

The error ID.

§
StackId?: string | null
[src]

The stack ID.

§
Type?: string | null
[src]

The error type.