Struct rusoto_cloudsearchdomain::DocumentServiceWarning [] [src]

pub struct DocumentServiceWarning {
    pub message: Option<String>,
}

A warning returned by the document service when an issue is discovered while processing an upload request.

Fields

The description for a warning returned by the document service.

Trait Implementations

impl Default for DocumentServiceWarning
[src]

[src]

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

impl Debug for DocumentServiceWarning
[src]

[src]

Formats the value using the given formatter.

impl Clone for DocumentServiceWarning
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more