MultipartyApproval / Client / cancel_session
cancel_session¶
- MultipartyApproval.Client.cancel_session(**kwargs)¶
Cancels an approval session. For more information, see Session in the Multi-party approval User Guide.
See also: AWS API Documentation
Request Syntax
response = client.cancel_session( SessionArn='string' )
- Parameters:
SessionArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) for the session.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions