Struct rusoto_athena::UnprocessedNamedQueryId [] [src]

pub struct UnprocessedNamedQueryId {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub named_query_id: Option<String>,
}

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

Fields

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

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

The unique identifier of the named query.

Trait Implementations

impl Default for UnprocessedNamedQueryId
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UnprocessedNamedQueryId
[src]

[src]

Formats the value using the given formatter.

impl Clone for UnprocessedNamedQueryId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more