Class: Aws::States::Types::ExecutionNotRedrivable
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionNotRedrivable
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
The execution Amazon Resource Name (ARN) that you specified for
executionArn
cannot be redriven.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1596 1597 1598 1599 1600 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1596 class ExecutionNotRedrivable < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |