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