Class: Aws::CodePipeline::Errors::WebhookNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of WebhookNotFoundException.

Parameters:



500
501
502
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb', line 500

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