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
7103 7104 7105 7106 7107 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7103 class UnresolvableUsageUnitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |