Class: Aws::Budgets::Types::BillingViewHealthStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::BillingViewHealthStatusException
- Includes:
- Structure
- Defined in:
- 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.
186 187 188 189 190 |
# File 'lib/aws-sdk-budgets/types.rb', line 186 class BillingViewHealthStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |