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