organizations_decline_handshake: Declines a handshake request

View source: R/organizations_operations.R

organizations_decline_handshakeR Documentation

Declines a handshake request

Description

Declines a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request.

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

Usage

organizations_decline_handshake(HandshakeId)

Arguments

HandshakeId

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

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.