Reject Account Link Invitation
workspaces_reject_account_link_invitation | R Documentation |
Rejects the account link invitation¶
Description¶
Rejects the account link invitation.
Usage¶
Arguments¶
LinkId
[required] The identifier of the account link
ClientToken
The client token of the account link invitation to reject.
Value¶
A list with the following syntax:
list(
AccountLink = list(
AccountLinkId = "string",
AccountLinkStatus = "LINKED"|"LINKING_FAILED"|"LINK_NOT_FOUND"|"PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT"|"REJECTED",
SourceAccountId = "string",
TargetAccountId = "string"
)
)