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
3443 3444 3445 3446 3447 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3443 class PipelineExecutionNotStoppableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |