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