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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

Specifies details about the error that was encountered.

Returns:



1305
1306
1307
1308
1309
1310
1311
# File 'lib/aws-sdk-glue/types.rb', line 1305

class BatchStopJobRunError < Struct.new(
  :job_name,
  :job_run_id,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

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

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'lib/aws-sdk-glue/types.rb', line 1305

class BatchStopJobRunError < Struct.new(
  :job_name,
  :job_run_id,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The ‘JobRunId` of the job run in question.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'lib/aws-sdk-glue/types.rb', line 1305

class BatchStopJobRunError < Struct.new(
  :job_name,
  :job_run_id,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end