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