| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Detective.RejectInvitation
Description
Rejects an invitation to contribute the account data to a behavior
graph. This operation must be called by a member account that has the
INVITED status.
Creating a Request
data RejectInvitation Source #
See: newRejectInvitation smart constructor.
Constructors
| RejectInvitation' | |
Instances
Arguments
| :: Text | |
| -> RejectInvitation |
Create a value of RejectInvitation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:graphArn:RejectInvitation', rejectInvitation_graphArn - 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.
Request Lenses
rejectInvitation_graphArn :: Lens' RejectInvitation Text Source #
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.
Destructuring the Response
data RejectInvitationResponse Source #
See: newRejectInvitationResponse smart constructor.
Constructors
| RejectInvitationResponse' | |
Instances
newRejectInvitationResponse :: RejectInvitationResponse Source #
Create a value of RejectInvitationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.