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