Class: Aws::CodePipeline::Errors::StageNotRetryableException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-codepipeline/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StageNotRetryableException

Returns a new instance of StageNotRetryableException.

Parameters:



465
466
467
# File 'lib/aws-sdk-codepipeline/errors.rb', line 465

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end