View a markdown version of this page

GetQualificationsDisassociationTask - AWS Partner Central

GetQualificationsDisassociationTask

Retrieves the status and details of the most recent qualifications disassociation task for your partner account. Use this operation to poll the progress of a disassociation task initiated by StartQualificationsDisassociationTask.

Request Syntax

{ "Catalog": "string", "Identifier": "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

The catalog in which to look up the qualifications disassociation task. Valid values: AWS, Sandbox.

Type: String

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

Pattern: [a-zA-Z0-9-]+

Required: Yes

Identifier

Your partner identifier. You can provide either a partner ID (for example, partner-abc123) or a partner ARN. You must own this identifier.

Type: String

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

Pattern: (partner-[A-Za-z0-9]{13}|arn:[a-z-]+:partnercentral:[a-z0-9-]+:[0-9]{12}:catalog/[A-Za-z-_]+/partner/partner-[A-Za-z0-9]{13})

Required: Yes

Response Syntax

{ "Arn": "string", "AssociatedPartner": { "AccountId": "string", "ProfileId": "string" }, "Catalog": "string", "EndedAt": "string", "Id": "string", "StartedAt": "string", "Status": "string", "TaskId": "string" }

Response Elements

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

The following data is returned in JSON format by the service.

Arn

The Amazon Resource Name (ARN) that uniquely identifies your partner resource.

Type: String

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

Pattern: arn:[a-z-]+:partnercentral:[a-z0-9-]+:[0-9]{12}:catalog/[A-Za-z-_]+/partner/partner-[A-Za-z0-9]{13}

AssociatedPartner

The primary partner's profile and account identifiers that the task is disassociating qualifications from.

Type: QualificationsAssociationPartner object

Catalog

The catalog identifier echoed from the request.

Type: String

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

Pattern: [a-zA-Z0-9-]+

Id

Your unique partner identifier in the AWS Partner Network.

Type: String

Pattern: partner-[A-Za-z0-9]{13}

StartedAt

The timestamp when the qualifications disassociation task started, in ISO 8601 format.

Type: Timestamp

Status

The current status of the qualifications disassociation task. Valid values: IN_PROGRESS, SUCCEEDED.

Type: String

Valid Values: IN_PROGRESS | SUCCEEDED

TaskId

The unique identifier of the qualifications disassociation task, in the format pqdtask-[a-z2-7]{13}.

Type: String

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

Pattern: pqdtask-[A-Za-z0-9]{13}

EndedAt

The timestamp when the qualifications disassociation task ended, in ISO 8601 format. This field is present only when the status is SUCCEEDED.

Type: Timestamp

Errors

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

AccessDeniedException

The request was denied due to insufficient permissions. The caller does not have the required permissions to perform this operation.

Reason

The specific reason for the access denial.

HTTP Status Code: 400

InternalServerException

An internal server error occurred while processing the request. This is typically a temporary condition and the request may be retried.

HTTP Status Code: 500

ResourceNotFoundException

The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.

Reason

The specific reason why the resource was not found.

HTTP Status Code: 400

ThrottlingException

The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.

QuotaCode

The quota code associated with the throttling error.

ServiceCode

The service code associated with the throttling error.

HTTP Status Code: 400

ValidationException

The request failed validation. One or more input parameters are invalid, missing, or do not meet the required format or constraints.

ErrorDetails

A list of detailed validation errors that occurred during request processing.

Reason

The reason for the validation failure.

HTTP Status Code: 400

See Also

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