Class: Aws::Redshift::Errors::ResizeNotFoundFault Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Redshift::Errors::ResizeNotFoundFault
 
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing.
Please use ResizeNotFound instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResizeNotFoundFault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ResizeNotFoundFault. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResizeNotFoundFault
Returns a new instance of ResizeNotFoundFault.
| 1431 1432 1433 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 1431 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |