Learn R Programming

paws.security.identity (version 0.1.10)

securityhub_delete_invitations: Deletes invitations received by the AWS account to become a member account

Description

Deletes invitations received by the AWS account 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.

Usage

securityhub_delete_invitations(AccountIds)

Arguments

AccountIds

[required] The list of the account IDs that sent the invitations to delete.

Request syntax

svc$delete_invitations(
  AccountIds = list(
    "string"
  )
)