PartnerCentralSellingAPI / Client / reject_engagement_invitation

reject_engagement_invitation#

PartnerCentralSellingAPI.Client.reject_engagement_invitation(**kwargs)#

This action rejects an EngagementInvitation that AWS shared. Rejecting an invitation indicates that the partner doesn’t want to pursue the opportunity, and all related data will become inaccessible thereafter.

See also: AWS API Documentation

Request Syntax

response = client.reject_engagement_invitation(
    Catalog='string',
    Identifier='string',
    RejectionReason='string'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    This is the catalog that’s associated with the engagement invitation. Acceptable values are AWS or Sandbox, and these values determine the environment in which the opportunity is managed.

  • Identifier (string) –

    [REQUIRED]

    This is the unique identifier of the rejected EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.

  • RejectionReason (string) –

    This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following:

    • Customer problem unclear: The customer’s problem isn’t understood.

    • Next steps unclear: The next steps required to proceed aren’t understood.

    • Unable to support: The partner is unable to provide support due to resource or capability constraints.

    • Duplicate of partner referral: The opportunity is a duplicate of an existing referral.

    • Other: Any reason not covered by other values.

Returns:

None

Exceptions

  • PartnerCentralSellingAPI.Client.exceptions.ThrottlingException

  • PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException

  • PartnerCentralSellingAPI.Client.exceptions.InternalServerException

  • PartnerCentralSellingAPI.Client.exceptions.ValidationException

  • PartnerCentralSellingAPI.Client.exceptions.ResourceNotFoundException