Skip to content

Accept Invitation

detective_accept_invitation R Documentation

Accepts an invitation for the member account to contribute data to a behavior graph

Description

Accepts an invitation for the member account to contribute data to a behavior graph. This operation can only be called by an invited member account.

The request provides the ARN of behavior graph.

The member account status in the graph must be INVITED.

Usage

detective_accept_invitation(GraphArn)

Arguments

GraphArn

[required] The ARN of the behavior graph that the member account is accepting the invitation for.

The member account status in the behavior graph must be INVITED.

Value

An empty list.

Request syntax

svc$accept_invitation(
  GraphArn = "string"
)