Class: Aws::CodePipeline::Types::PipelineExecutionNotStoppableException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::PipelineExecutionNotStoppableException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Unable to stop the pipeline execution. The execution might already be in a ‘Stopped` state, or it might no longer be in progress.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3455 3456 3457 3458 3459  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 3455 class PipelineExecutionNotStoppableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |