Class: Aws::States::Types::ExecutionAlreadyExists

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

Overview

The execution has the same name as another execution (but a different input).

Executions with the same name and input are considered idempotent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1240
1241
1242
1243
1244
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1240

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