A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/IoT/Types/CancelJobRequest.html below:

CancelJobRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::CancelJobRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CancelJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_id: "JobId",   reason_code: "ReasonCode",
  comment: "Comment",
  force: false,
}
Instance Attribute Summary collapse Instance Attribute Details

An optional comment string describing why the job was canceled.

#force ⇒ Boolean

(Optional) If true job executions with status \"IN_PROGRESS\" and \"QUEUED\" are canceled, otherwise only job executions with status \"QUEUED\" are canceled. The default is false.

Canceling a job which is \"IN_PROGRESS\", will cause a device which is executing the job to be unable to update the job execution status. Use caution and ensure that each device executing a job which is canceled is able to recover to a valid state.

#job_id ⇒ String

The unique identifier you assigned to this job when it was created.

#reason_code ⇒ String

(Optional)A reason code string that explains why the job was canceled.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4