Learn R Programming

paws.security.identity (version 0.1.11)

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.

Value

A list with the following syntax:

list(
  UnprocessedAccounts = list(
    list(
      AccountId = "string",
      ProcessingResult = "string"
    )
  )
)

Request syntax

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