Class: Aws::CodePipeline::Types::PipelineExecutionOutdatedException

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

Overview

The specified pipeline execution is outdated and cannot be used as a target pipeline execution for rollback.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3223
3224
3225
3226
3227
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3223

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