You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

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)

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

#error_messageString

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

Returns:

  • (String)

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

#named_query_idString

The unique identifier of the named query.

Returns:

  • (String)

    The unique identifier of the named query.