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
error_code: Option<String>
The error code returned by the environment error object.
message: Option<String>
The message returned by the environment error object.
Trait Implementations
impl Default for EnvironmentError[src]
fn default() -> EnvironmentError[src]
Returns the "default value" for a type. Read more
impl Debug for EnvironmentError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for EnvironmentError[src]
fn clone(&self) -> EnvironmentError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more