Class: Aws::CodeCommit::Errors::DefaultBranchCannotBeDeletedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeCommit::Errors::DefaultBranchCannotBeDeletedException
- Defined in:
- gems/aws-sdk-codecommit/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.
587 588 589 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/errors.rb', line 587 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |