paws.management (version 0.5.0)

organizations_cancel_handshake: Cancels a handshake

Description

Cancels a handshake. Canceling a handshake sets the handshake state to CANCELED.

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

Usage

organizations_cancel_handshake(HandshakeId)

Arguments

HandshakeId

[required] The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the list_handshakes_for_organization operation.

The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.