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

UpdateEnrollmentStatusResponse

import type { UpdateEnrollmentStatusResponse } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface UpdateEnrollmentStatusResponse {
status?: Status | null;
statusReason?: string | null;
}

§Properties

§
status?: Status | null
[src]

The enrollment status of the account.

§
statusReason?: string | null
[src]

The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.