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)


7088
7089
7090
7091
7092
# File 'lib/aws-sdk-costexplorer/types.rb', line 7088

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