Struct rusoto_lambda::InvokeAsyncResponse
[−]
[src]
pub struct InvokeAsyncResponse {
pub status: Option<HttpStatus>,
}Upon success, it returns empty response. Otherwise, throws an exception.
Fields
status: Option<HttpStatus>
It will be 202 upon success.
Trait Implementations
impl Default for InvokeAsyncResponse[src]
fn default() -> InvokeAsyncResponse
Returns the "default value" for a type. Read more
impl Debug for InvokeAsyncResponse[src]
impl Clone for InvokeAsyncResponse[src]
fn clone(&self) -> InvokeAsyncResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more