Class: Aws::CostandUsageReportService::Types::ReportLimitReachedException

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

Overview

This account already has five reports defined. To define a new report, you must delete an existing report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message to show the detail of the exception.

Returns:

  • (String)


294
295
296
297
298
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 294

class ReportLimitReachedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end