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)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def column_statistics_task_run_id
  @column_statistics_task_run_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2976
2977
2978
# File 'sig/types.rbs', line 2976

def error_message
  @error_message
end

#execution_timestamp::Time

Returns the value of attribute execution_timestamp.

Returns:

  • (::Time)


2975
2976
2977
# File 'sig/types.rbs', line 2975

def execution_timestamp
  @execution_timestamp
end

#status"FAILED", "STARTED"

Returns the value of attribute status.

Returns:

  • ("FAILED", "STARTED")


2973
2974
2975
# File 'sig/types.rbs', line 2973

def status
  @status
end