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)


6843
6844
6845
6846
6847
# File 'lib/aws-sdk-costexplorer/types.rb', line 6843

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