Class: Aws::CostExplorer::Types::GenerationExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GenerationExistsException
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
A request to generate a recommendation or analysis is already in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2320 2321 2322 2323 2324 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2320 class GenerationExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |