Class: Aws::CostExplorer::Types::AnalysisNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::AnalysisNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The requested analysis can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
34 35 36 37 38 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 34 class AnalysisNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |