Class: Aws::Billing::Types::BillingViewHealthStatusException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billing/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

#messageString

Returns:

  • (String)


187
188
189
190
191
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 187

class BillingViewHealthStatusException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end