Class: Aws::CostExplorer::Types::UnknownMonitorException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7039
7040
7041
7042
7043
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7039

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