Class: Aws::CodePipeline::Types::PipelineExecutionNotStoppableException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3411
3412
3413
3414
3415
# File 'lib/aws-sdk-codepipeline/types.rb', line 3411

class PipelineExecutionNotStoppableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end