Class: Aws::Appflow::Types::CancelFlowExecutionsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Appflow::Types::CancelFlowExecutionsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #invalid_executions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IDs of runs that Amazon AppFlow couldn’t cancel. 
Instance Attribute Details
#invalid_executions ⇒ Array<String>
The IDs of runs that Amazon AppFlow couldn’t cancel. These runs might be ineligible for canceling because they haven’t started yet or have already completed.
| 253 254 255 256 257 | # File 'lib/aws-sdk-appflow/types.rb', line 253 class CancelFlowExecutionsResponse < Struct.new( :invalid_executions) SENSITIVE = [] include Aws::Structure end |