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