Class: Aws::Athena::Types::UnprocessedQueryExecutionId

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

Overview

Describes a query execution that failed to process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code returned when the query execution failed to process, if applicable.

Returns:

  • (String)


4533
4534
4535
4536
4537
4538
4539
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4533

class UnprocessedQueryExecutionId < Struct.new(
  :query_execution_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message returned when the query execution failed to process, if applicable.

Returns:

  • (String)


4533
4534
4535
4536
4537
4538
4539
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4533

class UnprocessedQueryExecutionId < Struct.new(
  :query_execution_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#query_execution_idString

The unique identifier of the query execution.

Returns:

  • (String)


4533
4534
4535
4536
4537
4538
4539
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4533

class UnprocessedQueryExecutionId < Struct.new(
  :query_execution_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end