Class: Aws::CostExplorer::Types::UnknownSubscriptionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UnknownSubscriptionException
- 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
#message ⇒ String
7122 7123 7124 7125 7126 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7122 class UnknownSubscriptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |