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