:doc:`PartnerCentralSellingAPI <../../partnercentral-selling>` / Client / reject_engagement_invitation

****************************
reject_engagement_invitation
****************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/RejectEngagementInvitation>`_  


  **Request Syntax**
  ::

    response = client.reject_engagement_invitation(
        Catalog='string',
        Identifier='string',
        RejectionReason='string'
    )
    
  :type Catalog: string
  :param Catalog: **[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.

    

  
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

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

    

  
  :type RejectionReason: string
  :param RejectionReason: 

    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**
  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ConflictException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ThrottlingException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.InternalServerException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ValidationException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ResourceNotFoundException`

  