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