Learn R Programming

paws.security.identity (version 0.1.10)

securityhub_decline_invitations: Declines invitations to become a member account

Description

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.

Usage

securityhub_decline_invitations(AccountIds)

Arguments

AccountIds

[required] The list of account IDs for the accounts from which to decline the invitations to Security Hub.

Request syntax

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