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