PartnerCentralChannelAPI / Client / reject_channel_handshake

reject_channel_handshake

PartnerCentralChannelAPI.Client.reject_channel_handshake(**kwargs)

Rejects a pending channel handshake request.

See also: AWS API Documentation

Request Syntax

response = client.reject_channel_handshake(
    catalog='string',
    identifier='string'
)
Parameters:
  • catalog (string) –

    [REQUIRED]

    The catalog identifier for the handshake request.

  • identifier (string) –

    [REQUIRED]

    The unique identifier of the channel handshake to reject.

Return type:

dict

Returns:

Response Syntax

{
    'channelHandshakeDetail': {
        'id': 'string',
        'arn': 'string',
        'status': 'PENDING'|'ACCEPTED'|'REJECTED'|'CANCELED'|'EXPIRED'
    }
}

Response Structure

  • (dict) –

    • channelHandshakeDetail (dict) –

      Details of the rejected channel handshake.

      • id (string) –

        The unique identifier of the rejected handshake.

      • arn (string) –

        The Amazon Resource Name (ARN) of the rejected handshake.

      • status (string) –

        The current status of the rejected handshake.

Exceptions