Reject Invitation
detective_reject_invitation | R Documentation |
Rejects an invitation to contribute the account data to a behavior graph¶
Description¶
Rejects an invitation to contribute the account data to a behavior
graph. This operation must be called by an invited member account that
has the INVITED
status.
reject_invitation
cannot be called by an organization account in the
organization behavior graph. In the organization behavior graph,
organization accounts do not receive an invitation.
Usage¶
detective_reject_invitation(GraphArn)
Arguments¶
GraphArn |
[required] The ARN of the behavior graph to reject the invitation to. The member account's current member status in the behavior graph must
be |
Value¶
An empty list.
Request syntax¶
svc$reject_invitation(
GraphArn = "string"
)