Class: Aws::CodePipeline::Errors::WebhookNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CodePipeline::Errors::WebhookNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-codepipeline/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ WebhookNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of WebhookNotFoundException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebhookNotFoundException
Returns a new instance of WebhookNotFoundException.
      548 549 550  | 
    
      # File 'lib/aws-sdk-codepipeline/errors.rb', line 548 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |