Class: Aws::Types::ExecutionAttempt

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_statistics_task_run_id::String

Returns the value of attribute column_statistics_task_run_id.

Returns:

  • (::String)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def column_statistics_task_run_id
  @column_statistics_task_run_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2986
2987
2988
# File 'sig/types.rbs', line 2986

def error_message
  @error_message
end

#execution_timestamp::Time

Returns the value of attribute execution_timestamp.

Returns:

  • (::Time)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def execution_timestamp
  @execution_timestamp
end

#status"FAILED", "STARTED"

Returns the value of attribute status.

Returns:

  • ("FAILED", "STARTED")


2983
2984
2985
# File 'sig/types.rbs', line 2983

def status
  @status
end