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:



465
466
467
# File 'sig/types.rbs', line 465

def error_detail
  @error_detail
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def job_run_id
  @job_run_id
end