Class: Aws::CostExplorer::Types::UnresolvableUsageUnitException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UnresolvableUsageUnitException
- 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
#message ⇒ String
8349 8350 8351 8352 8353 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 8349 class UnresolvableUsageUnitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |