Class: Aws::CostExplorer::Types::BillingViewHealthStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::BillingViewHealthStatusException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The billing view status must be ‘HEALTHY` to perform this action. Try again when the status is `HEALTHY`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
459 460 461 462 463 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 459 class BillingViewHealthStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |