Class: Aws::CodeCommit::Errors::PullRequestDoesNotExistException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::CodeCommit::Errors::PullRequestDoesNotExistException
 
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ PullRequestDoesNotExistException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PullRequestDoesNotExistException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PullRequestDoesNotExistException
Returns a new instance of PullRequestDoesNotExistException.
| 1731 1732 1733 | # File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/errors.rb', line 1731 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |