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
7645 7646 7647 7648 7649 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7645 class UnresolvableUsageUnitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |