Class: Aws::CostandUsageReportService::Types::ResourceNotFoundException

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

Overview

The specified report (‘ReportName`) in the request doesn’t exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message to show the detail of the exception.

Returns:

  • (String)


329
330
331
332
333
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 329

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