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