Struct aws_sdk_athena::model::UnprocessedQueryExecutionId
source · #[non_exhaustive]pub struct UnprocessedQueryExecutionId { /* private fields */ }
Expand description
Describes a query execution that failed to process.
Implementations§
source§impl UnprocessedQueryExecutionId
impl UnprocessedQueryExecutionId
sourcepub fn query_execution_id(&self) -> Option<&str>
pub fn query_execution_id(&self) -> Option<&str>
The unique identifier of the query execution.
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code returned when the query execution failed to process, if applicable.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message returned when the query execution failed to process, if applicable.
source§impl UnprocessedQueryExecutionId
impl UnprocessedQueryExecutionId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnprocessedQueryExecutionId
.
Trait Implementations§
source§impl Clone for UnprocessedQueryExecutionId
impl Clone for UnprocessedQueryExecutionId
source§fn clone(&self) -> UnprocessedQueryExecutionId
fn clone(&self) -> UnprocessedQueryExecutionId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnprocessedQueryExecutionId
impl Debug for UnprocessedQueryExecutionId
source§impl PartialEq<UnprocessedQueryExecutionId> for UnprocessedQueryExecutionId
impl PartialEq<UnprocessedQueryExecutionId> for UnprocessedQueryExecutionId
source§fn eq(&self, other: &UnprocessedQueryExecutionId) -> bool
fn eq(&self, other: &UnprocessedQueryExecutionId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.