RejectEngagementInvitation - AWS Partner Central

RejectEngagementInvitation

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.

Request Syntax

{ "Catalog": "string", "Identifier": "string", "RejectionReason": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

Note

In the following list, the required parameters are described first.

Catalog

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

Pattern: ^[a-zA-Z]+$

Required: Yes

Identifier

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: ^(arn:.*|engi-[0-9a-z]{13})$

Required: Yes

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.

Type: String

Pattern: ^[\u0020-\u007E\u00A0-\uD7FF\uE000-\uFFFD]{1,80}$

Required: Yes

Response Elements

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

This error occurs when you don't have permission to perform the requested action.

You don’t have access to this action or resource. Review IAM policies or contact your AWS administrator for assistance.

HTTP Status Code: 400

InternalServerException

This error occurs when the specified resource can’t be found or doesn't exist. Resource ID and type might be incorrect.

Suggested action: This is usually a transient error. Retry after the provided retry delay or a short interval. If the problem persists, contact AWS support.

HTTP Status Code: 500

ResourceNotFoundException

This error occurs when the specified resource can't be found. The resource might not exist, or isn't visible with the current credentials.

Suggested action: Verify that the resource ID is correct and the resource is in the expected AWS region. Check IAM permissions for accessing the resource.

HTTP Status Code: 400

ThrottlingException

This error occurs when there are too many requests sent. Review the provided quotas and adapt your usage to avoid throttling.

This error occurs when there are too many requests sent. Review the provided Quotas and retry after the provided delay.

HTTP Status Code: 400

ValidationException

The input fails to satisfy the constraints specified by the service or business validation rules.

Suggested action: Review the error message, including the failed fields and reasons, to correct the request payload.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: