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