Struct rusoto_lambda::EnvironmentError [] [src]

pub struct EnvironmentError {
    pub error_code: Option<String>,
    pub message: Option<String>,
}

The parent object that contains error information associated with your configuration settings.

Fields

The error code returned by the environment error object.

The message returned by the environment error object.

Trait Implementations

impl Default for EnvironmentError
[src]

[src]

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

impl Debug for EnvironmentError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnvironmentError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations