Class: Aws::CodeBuild::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



87
88
89
# File 'lib/aws-sdk-codebuild/errors.rb', line 87

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