Class: Aws::MigrationHubStrategyRecommendations::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Exception to indicate that there is an ongoing task when a new task is created. Return when once the existing tasks are complete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


635
636
637
638
639
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 635

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