PartnerCentralSellingAPI / Client / accept_engagement_invitation
accept_engagement_invitation#
- PartnerCentralSellingAPI.Client.accept_engagement_invitation(**kwargs)#
- Use the - AcceptEngagementInvitationaction 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 - Request Syntax- response = client.accept_engagement_invitation( Catalog='string', Identifier='string' ) - Parameters:
- Catalog (string) – - [REQUIRED] - The - CatalogTypeparameter specifies the catalog associated with the engagement invitation. Accepted values are- AWSand- Sandbox, which determine the environment in which the engagement invitation is managed.
- Identifier (string) – - [REQUIRED] - The - Identifierparameter in the- AcceptEngagementInvitationRequestspecifies the unique identifier of the- EngagementInvitationto be accepted. Providing the correct identifier ensures that the intended invitation is accepted.
 
- Returns:
- None 
 - Exceptions- PartnerCentralSellingAPI.Client.exceptions.ThrottlingException
- PartnerCentralSellingAPI.Client.exceptions.ConflictException
- PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException
- PartnerCentralSellingAPI.Client.exceptions.InternalServerException
- PartnerCentralSellingAPI.Client.exceptions.ValidationException
- PartnerCentralSellingAPI.Client.exceptions.ResourceNotFoundException