PartnerCentralSellingAPI / Client / reject_engagement_invitation
reject_engagement_invitation#
- PartnerCentralSellingAPI.Client.reject_engagement_invitation(**kwargs)#
Use this action to reject an
EngagementInvitation
that has been shared by AWS. Rejecting the engagement invitation indicates that the partner does not wish to pursue the opportunity, and all related data will be inaccessible after the rejection.See also: AWS API Documentation
Request Syntax
response = client.reject_engagement_invitation( Catalog='string', Identifier='string', RejectionReason='string' )
- Parameters:
Catalog (string) –
[REQUIRED]
Specifies the catalog related to the engagement invitation. Accepted values are
AWS
andSandbox
, which determine the environment in which the opportunity is managed.Identifier (string) –
[REQUIRED]
Specifies the unique identifier of the
EngagementInvitation
to be rejected. Providing the correct identifier ensures that the intended invitation is rejected.RejectionReason (string) –
Specifies the reason for rejecting the engagement invitation. Providing a reason helps document the rationale behind the rejection and assists AWS in tracking patterns or issues. Possible values include:
Customer problem unclear: The customer’s problem is not clearly defined.
Next steps unclear: The next steps required to proceed are not clear.
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 other reason not covered by the specified values.
- Returns:
None
Exceptions
PartnerCentralSellingAPI.Client.exceptions.ThrottlingException
PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException
PartnerCentralSellingAPI.Client.exceptions.InternalServerException
PartnerCentralSellingAPI.Client.exceptions.ValidationException
PartnerCentralSellingAPI.Client.exceptions.ResourceNotFoundException