Class: Aws::States::Types::ExecutionAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionAlreadyExists
- 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
).
name
and input
are considered idempotent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1430 class ExecutionAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |