Class: Aws::CostExplorer::Types::UnknownMonitorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UnknownMonitorException
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The cost anomaly monitor does not exist for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7617 7618 7619 7620 7621 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7617 class UnknownMonitorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |