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