Struct aws_sdk_athena::model::UnprocessedNamedQueryId
source · #[non_exhaustive]pub struct UnprocessedNamedQueryId { /* private fields */ }
Expand description
Information about a named query ID that could not be processed.
Implementations§
source§impl UnprocessedNamedQueryId
impl UnprocessedNamedQueryId
sourcepub fn named_query_id(&self) -> Option<&str>
pub fn named_query_id(&self) -> Option<&str>
The unique identifier of the named query.
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code returned when the processing request for the named query failed, if applicable.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message returned when the processing request for the named query failed, if applicable.
source§impl UnprocessedNamedQueryId
impl UnprocessedNamedQueryId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnprocessedNamedQueryId
.
Trait Implementations§
source§impl Clone for UnprocessedNamedQueryId
impl Clone for UnprocessedNamedQueryId
source§fn clone(&self) -> UnprocessedNamedQueryId
fn clone(&self) -> UnprocessedNamedQueryId
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 UnprocessedNamedQueryId
impl Debug for UnprocessedNamedQueryId
source§impl PartialEq<UnprocessedNamedQueryId> for UnprocessedNamedQueryId
impl PartialEq<UnprocessedNamedQueryId> for UnprocessedNamedQueryId
source§fn eq(&self, other: &UnprocessedNamedQueryId) -> bool
fn eq(&self, other: &UnprocessedNamedQueryId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.