Class: Aws::CostExplorer::Types::BillingViewHealthStatusException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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