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

Class: Aws::Glue::Types::BatchStopJobRunError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Records an error that occurred when attempting to stop a specified job run.

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

Specifies details about the error that was encountered.

Returns:

#job_nameString

The name of the job definition that is used in the job run in question.

Returns:

  • (String)

    The name of the job definition that is used in the job run in question.

#job_run_idString

The JobRunId of the job run in question.

Returns:

  • (String)

    The JobRunId of the job run in question.