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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Details of the common errors that all operations return.

Returns:

  • (String)


122
123
124
125
126
127
128
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 122

class DescribeReportCreationOutput < Struct.new(
  :status,
  :s3_location,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#s3_locationString

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

Returns:

  • (String)


122
123
124
125
126
127
128
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 122

class DescribeReportCreationOutput < Struct.new(
  :status,
  :s3_location,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#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)


122
123
124
125
126
127
128
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 122

class DescribeReportCreationOutput < Struct.new(
  :status,
  :s3_location,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end