Class: Aws::CodeCommit::Errors::DefaultBranchCannotBeDeletedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DefaultBranchCannotBeDeletedException.

Parameters:



590
591
592
# File 'lib/aws-sdk-codecommit/errors.rb', line 590

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