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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID for the job whose status was updated.

Returns:

  • (String)

    The ID for the job whose status was updated.

#statusString

The current status for the specified job.

Possible values:

  • Active
  • Cancelled
  • Cancelling
  • Complete
  • Completing
  • Failed
  • Failing
  • New
  • Paused
  • Pausing
  • Preparing
  • Ready
  • Suspended

Returns:

  • (String)

    The current status for the specified job.

#status_update_reasonString

The reason that the specified job\'s status was updated.

Returns:

  • (String)

    The reason that the specified job\'s status was updated.