Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Glue::Types::ExecutionAttempt

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A run attempt for a column statistics task run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_statistics_task_run_idString

A task run ID for the last column statistics task run.

Returns:

  • (String)

10423
10424
10425
10426
10427
10428
10429
10430
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10423

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message associated with the last column statistics task run.

Returns:

  • (String)

10423
10424
10425
10426
10427
10428
10429
10430
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10423

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timestampTime

A timestamp when the last column statistics task run occurred.

Returns:

  • (Time)

10423
10424
10425
10426
10427
10428
10429
10430
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10423

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the last column statistics task run.

Returns:

  • (String)

10423
10424
10425
10426
10427
10428
10429
10430
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10423

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end