Class: Aws::Billing::Types::BillingViewHealthStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::BillingViewHealthStatusException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Exception thrown when a billing view’s health status prevents an operation from being performed. This may occur if the billing view is in a state other than HEALTHY.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
187 188 189 190 191 |
# File 'lib/aws-sdk-billing/types.rb', line 187 class BillingViewHealthStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |