cancelResourceRequest
inline suspend fun CloudControlClient.cancelResourceRequest(crossinline block: CancelResourceRequestRequest.Builder.() -> Unit): CancelResourceRequestResponse
Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide.
Only resource operations requests with a status of PENDING
or IN_PROGRESS
can be canceled.