Class: Aws::CostExplorer::Types::UnknownMonitorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UnknownMonitorException
- Includes:
- Structure
- Defined in:
- 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
7610 7611 7612 7613 7614 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7610 class UnknownMonitorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |