Struct rusoto_logs::ExportTaskStatus [] [src]

pub struct ExportTaskStatus {
    pub code: Option<String>,
    pub message: Option<String>,
}

Represents the status of an export task.

Fields

The status code of the export task.

The status message related to the status code.

Trait Implementations

impl Default for ExportTaskStatus
[src]

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

impl Debug for ExportTaskStatus
[src]

Formats the value using the given formatter.

impl Clone for ExportTaskStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more