Class: Aws::States::Types::ExecutionAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionAlreadyExists
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The execution has the same ‘name` as another execution (but a different `input`).
<note markdown=“1”> Executions with the same ‘name` and `input` are considered idempotent.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-states/types.rb', line 1366 class ExecutionAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |