Class: Aws::CodePipeline::Types::UnableToRollbackStageException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::UnableToRollbackStageException
- 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
#message ⇒ 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 |