Class: Aws::States::Types::ExecutionNotRedrivable
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionNotRedrivable
- Includes:
- Aws::Structure
- Defined in:
- 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
1532 1533 1534 1535 1536 |
# File 'lib/aws-sdk-states/types.rb', line 1532 class ExecutionNotRedrivable < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |