Class: Aws::Types::BatchStopJobRunError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



469
470
471
# File 'sig/types.rbs', line 469

def error_detail
  @error_detail
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def job_run_id
  @job_run_id
end