Class: Aws::CostExplorer::Types::UnresolvableUsageUnitException

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

Overview

Cost Explorer was unable to identify the usage unit. Provide ‘UsageType/UsageTypeGroup` filter selections that contain matching units, for example: `hours`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7062
7063
7064
7065
7066
# File 'lib/aws-sdk-costexplorer/types.rb', line 7062

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