Class: Aws::CodePipeline::Errors::UnableToRollbackStageException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CodePipeline::Errors::UnableToRollbackStageException
 
 
- Defined in:
 - lib/aws-sdk-codepipeline/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UnableToRollbackStageException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UnableToRollbackStageException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnableToRollbackStageException
Returns a new instance of UnableToRollbackStageException.
      523 524 525  | 
    
      # File 'lib/aws-sdk-codepipeline/errors.rb', line 523 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      528 529 530  | 
    
      # File 'lib/aws-sdk-codepipeline/errors.rb', line 528 def @message || @data[:message] end  |