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

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


7052
7053
7054
7055
7056
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7052

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