Declines invitations to become a member account.
This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
securityhub_decline_invitations(AccountIds)
A list with the following syntax:
list(
UnprocessedAccounts = list(
list(
AccountId = "string",
ProcessingResult = "string"
)
)
)
[required] The list of account IDs for the accounts from which to decline the invitations to Security Hub.
svc$decline_invitations(
AccountIds = list(
"string"
)
)