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