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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1169

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)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1169

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)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1169

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