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

DescribeReportCreationOutput

import type { DescribeReportCreationOutput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface DescribeReportCreationOutput {
ErrorMessage?: string | null;
S3Location?: string | null;
Status?: string | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

Details of the common errors that all operations return.

§
S3Location?: string | null
[src]

The path to the Amazon S3 bucket where the report was stored on creation.

§
Status?: string | null
[src]

Reports the status of the operation.

The operation status can be one of the following:

  • RUNNING - Report creation is in progress.
  • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.
  • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.
  • NO REPORT - No report was generated in the last 90 days.