Class: Aws::CostandUsageReportService::Types::DuplicateReportNameException

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

Overview

A report with the specified name already exists in the account. Specify a different report name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message to show the detail of the exception.

Returns:

  • (String)


94
95
96
97
98
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 94

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