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]

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

impl Debug for EnvironmentError
[src]

Formats the value using the given formatter. Read more

impl Clone for EnvironmentError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EnvironmentError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations