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)


5827
5828
5829
5830
5831
# File 'lib/aws-sdk-codepipeline/types.rb', line 5827

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