Class: Aws::CostExplorer::Types::GenerationExistsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


2334
2335
2336
2337
2338
# File 'lib/aws-sdk-costexplorer/types.rb', line 2334

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