Struct aws_sdk_lambda::output::invoke_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InvokeOutput
Implementations
The HTTP status code is in the 200 range for a successful request. For the RequestResponse
invocation type, this status code is 200. For the Event
invocation type, this status code is 202. For
the DryRun
invocation type, the status code is 204.
The HTTP status code is in the 200 range for a successful request. For the RequestResponse
invocation type, this status code is 200. For the Event
invocation type, this status code is 202. For
the DryRun
invocation type, the status code is 204.
If present, indicates that an error occurred during function execution. Details about the error are included in the response payload.
If present, indicates that an error occurred during function execution. Details about the error are included in the response payload.
The last 4 KB of the execution log, which is base64 encoded.
The last 4 KB of the execution log, which is base64 encoded.
The response from the function, or an error object.
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
Consumes the builder and constructs a InvokeOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more