Class: Aws::Budgets::Types::BillingViewHealthStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::BillingViewHealthStatusException
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/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
-
#message ⇒ String
The error message the exception carries.
Instance Attribute Details
#message ⇒ String
The error message the exception carries.
182 183 184 185 186 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 182 class BillingViewHealthStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |