Class: Aws::Athena::Types::UnprocessedNamedQueryId

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

Overview

Information about a named query ID that could not be processed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code returned when the processing request for the named query failed, if applicable.

Returns:

  • (String)


4471
4472
4473
4474
4475
4476
4477
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4471

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

#error_messageString

The error message returned when the processing request for the named query failed, if applicable.

Returns:

  • (String)


4471
4472
4473
4474
4475
4476
4477
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4471

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

#named_query_idString

The unique identifier of the named query.

Returns:

  • (String)


4471
4472
4473
4474
4475
4476
4477
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4471

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