You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroupsTaggingAPI::Types::DescribeReportCreationOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Details of the common errors that all operations return.

Returns:

  • (String)

    Details of the common errors that all operations return.

#s3_locationString

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

Returns:

  • (String)

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

#statusString

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.

Returns:

  • (String)

    Reports the status of the operation.