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