Struct rusoto_lambda::EnvironmentError [−][src]
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]
impl Default for EnvironmentErrorfn default() -> EnvironmentError[src]
fn default() -> EnvironmentErrorReturns the "default value" for a type. Read more
impl Debug for EnvironmentError[src]
impl Debug for EnvironmentErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for EnvironmentError[src]
impl Clone for EnvironmentErrorfn clone(&self) -> EnvironmentError[src]
fn clone(&self) -> EnvironmentErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for EnvironmentError[src]
impl PartialEq for EnvironmentErrorfn eq(&self, other: &EnvironmentError) -> bool[src]
fn eq(&self, other: &EnvironmentError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EnvironmentError) -> bool[src]
fn ne(&self, other: &EnvironmentError) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for EnvironmentError
impl Send for EnvironmentErrorimpl Sync for EnvironmentError
impl Sync for EnvironmentError