Class: Aws::CodePipeline::Types::UnableToRollbackStageException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Unable to roll back the stage. The cause might be if the pipeline version has changed since the target pipeline execution was deployed, the stage is currently running, or an incorrect target pipeline execution ID was provided.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5414
5415
5416
5417
5418
# File 'lib/aws-sdk-codepipeline/types.rb', line 5414

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