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