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

****************************
accept_engagement_invitation
****************************



.. py:method:: PartnerCentralSellingAPI.Client.accept_engagement_invitation(**kwargs)

  

  Use the ``AcceptEngagementInvitation`` action to accept an engagement invitation shared by AWS. Accepting the invitation indicates your willingness to participate in the engagement, granting you access to all engagement-related data.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AcceptEngagementInvitation>`_  


  **Request Syntax**
  ::

    response = client.accept_engagement_invitation(
        Catalog='string',
        Identifier='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The ``CatalogType`` parameter specifies the catalog associated with the engagement invitation. Accepted values are ``AWS`` and ``Sandbox``, which determine the environment in which the engagement invitation is managed.

    

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

    The ``Identifier`` parameter in the ``AcceptEngagementInvitationRequest`` specifies the unique identifier of the ``EngagementInvitation`` to be accepted. Providing the correct identifier ensures that the intended invitation is accepted.

    

  
  
  :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`

  