Class: Aws::DataSync::Types::TaskExecutionFilesFailedDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::TaskExecutionFilesFailedDetail
 
 
- Defined in:
 - gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
 
Overview
The number of objects that DataSync fails to prepare, transfer, verify, and delete during your task execution.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delete  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of objects that DataSync fails to delete during your task execution.
 - 
  
    
      #prepare  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of objects that DataSync fails to prepare during your task execution.
 - 
  
    
      #transfer  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of objects that DataSync fails to transfer during your task execution.
 - 
  
    
      #verify  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of objects that DataSync fails to verify during your task execution.
 
Instance Attribute Details
#delete ⇒ Integer
The number of objects that DataSync fails to delete during your task execution.
      4721 4722 4723 4724 4725 4726 4727 4728  | 
    
      # File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4721 class TaskExecutionFilesFailedDetail < Struct.new( :prepare, :transfer, :verify, :delete) SENSITIVE = [] include Aws::Structure end  | 
  
#prepare ⇒ Integer
The number of objects that DataSync fails to prepare during your task execution.
      4721 4722 4723 4724 4725 4726 4727 4728  | 
    
      # File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4721 class TaskExecutionFilesFailedDetail < Struct.new( :prepare, :transfer, :verify, :delete) SENSITIVE = [] include Aws::Structure end  | 
  
#transfer ⇒ Integer
The number of objects that DataSync fails to transfer during your task execution.
      4721 4722 4723 4724 4725 4726 4727 4728  | 
    
      # File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4721 class TaskExecutionFilesFailedDetail < Struct.new( :prepare, :transfer, :verify, :delete) SENSITIVE = [] include Aws::Structure end  | 
  
#verify ⇒ Integer
The number of objects that DataSync fails to verify during your task execution.
      4721 4722 4723 4724 4725 4726 4727 4728  | 
    
      # File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4721 class TaskExecutionFilesFailedDetail < Struct.new( :prepare, :transfer, :verify, :delete) SENSITIVE = [] include Aws::Structure end  |