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