Struct rusoto_athena::UnprocessedQueryExecutionId [] [src]

pub struct UnprocessedQueryExecutionId {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub query_execution_id: Option<String>,
}

Describes a query execution that failed to process.

Fields

The error code returned when the query execution failed to process, if applicable.

The error message returned when the query execution failed to process, if applicable.

The unique identifier of the query execution.

Trait Implementations

impl Default for UnprocessedQueryExecutionId
[src]

[src]

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

impl Debug for UnprocessedQueryExecutionId
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UnprocessedQueryExecutionId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations