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