Class: Aws::CostExplorer::Types::UnknownSubscriptionException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

The cost anomaly subscription does not exist for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6649
6650
6651
6652
6653
# File 'lib/aws-sdk-costexplorer/types.rb', line 6649

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