Class: Aws::Athena::Types::UnprocessedNamedQueryId
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UnprocessedNamedQueryId
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
The error code returned when the processing request for the named query failed, if applicable.
-
#error_message ⇒ String
The error message returned when the processing request for the named query failed, if applicable.
-
#named_query_id ⇒ String
The unique identifier of the named query.
Instance Attribute Details
#error_code ⇒ String
The error code returned when the processing request for the named query failed, if applicable.
4461 4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-athena/types.rb', line 4461 class UnprocessedNamedQueryId < Struct.new( :named_query_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message returned when the processing request for the named query failed, if applicable.
4461 4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-athena/types.rb', line 4461 class UnprocessedNamedQueryId < Struct.new( :named_query_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#named_query_id ⇒ String
The unique identifier of the named query.
4461 4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-athena/types.rb', line 4461 class UnprocessedNamedQueryId < Struct.new( :named_query_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |