Class: Aws::BackupStorage::Types::DataAlreadyExistsException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BackupStorage::Types::DataAlreadyExistsException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-backupstorage/types.rb
 
Overview
Non-retryable exception. Attempted to create already existing object or chunk. This message contains a checksum of already presented data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #checksum  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Data checksum used.
 - 
  
    
      #checksum_algorithm  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Checksum algorithm used.
 - #message ⇒ String
 
Instance Attribute Details
#checksum ⇒ String
Data checksum used
      113 114 115 116 117 118 119  | 
    
      # File 'lib/aws-sdk-backupstorage/types.rb', line 113 class DataAlreadyExistsException < Struct.new( :message, :checksum, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end  | 
  
#checksum_algorithm ⇒ String
Checksum algorithm used
      113 114 115 116 117 118 119  | 
    
      # File 'lib/aws-sdk-backupstorage/types.rb', line 113 class DataAlreadyExistsException < Struct.new( :message, :checksum, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      113 114 115 116 117 118 119  | 
    
      # File 'lib/aws-sdk-backupstorage/types.rb', line 113 class DataAlreadyExistsException < Struct.new( :message, :checksum, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end  |