Module Values.RejectInvitationRequestSource

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. RejectInvitation cannot be called by an organization account in the organization behavior graph. In the organization behavior graph, organization accounts do not receive an invitation.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The ARN of the behavior graph to reject the invitation to. The member account's current member status in the behavior graph must be INVITED.

    *)
}
Sourceval context_ : string
Sourceval make : graphArn:GraphArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GraphArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t