xray_cancel_trace_retrieval {paws.developer.tools} | R Documentation |
Cancels an ongoing trace retrieval job initiated by StartTraceRetrieval using the provided RetrievalToken
Description
Cancels an ongoing trace retrieval job initiated by start_trace_retrieval
using the provided RetrievalToken
. A successful cancellation will return an HTTP 200 response.
See https://www.paws-r-sdk.com/docs/xray_cancel_trace_retrieval/ for full documentation.
Usage
xray_cancel_trace_retrieval(RetrievalToken)
Arguments
RetrievalToken |
[required] Retrieval token. |
[Package paws.developer.tools version 0.9.0 Index]