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

ReviewDetails

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

An object that contains information about your account details review.

interface ReviewDetails {
CaseId?: string | null;
Status?: ReviewStatus | null;
}

§Properties

§
CaseId?: string | null
[src]

The associated support center case ID (if any).

§
Status?: ReviewStatus | null
[src]

The status of the latest review of your account. The status can be one of the following:

  • PENDING – We have received your appeal and are in the process of reviewing it.
  • GRANTED – Your appeal has been reviewed and your production access has been granted.
  • DENIED – Your appeal has been reviewed and your production access has been denied.
  • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.