You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3Control::Types::UpdateJobStatusResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3Control::Types::UpdateJobStatusResult
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID for the job whose status was updated. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status for the specified job. 
- 
  
    
      #status_update_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason that the specified job\'s status was updated. 
Instance Attribute Details
#job_id ⇒ String
The ID for the job whose status was updated.
#status ⇒ String
The current status for the specified job.
Possible values:
- Active
- Cancelled
- Cancelling
- Complete
- Completing
- Failed
- Failing
- New
- Paused
- Pausing
- Preparing
- Ready
- Suspended
#status_update_reason ⇒ String
The reason that the specified job\'s status was updated.