Skip to contents

Sends a failure response for a callback operation in a durable execution. Use this API when an external system cannot complete a callback operation successfully.

See https://www.paws-r-sdk.com/docs/lambda_send_durable_execution_callback_failure/ for full documentation.

Usage

lambda_send_durable_execution_callback_failure(CallbackId, Error = NULL)

Arguments

CallbackId

[required] The unique identifier for the callback operation.

Error

Error details describing why the callback operation failed.