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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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)


3209
3210
3211
3212
3213
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3209

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