Delete Invitations
| macie2_delete_invitations | R Documentation | 
Deletes Amazon Macie membership invitations that were received from specific accounts¶
Description¶
Deletes Amazon Macie membership invitations that were received from specific accounts.
Usage¶
macie2_delete_invitations(accountIds)
Arguments¶
| accountIds | [required] An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to delete. | 
Value¶
A list with the following syntax:
list(
  unprocessedAccounts = list(
    list(
      accountId = "string",
      errorCode = "ClientError"|"InternalError",
      errorMessage = "string"
    )
  )
)
Request syntax¶
svc$delete_invitations(
  accountIds = list(
    "string"
  )
)