ListPendingInvitationResources
Lists the resources in a resource share that is shared with you but that the invitation is still pending for.
Request Syntax
POST /listpendinginvitationresources HTTP/1.1
Content-type: application/json
{
"maxResults": number
,
"nextToken": "string
",
"resourceShareInvitationArn": "string
"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- maxResults
-
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextToken
value.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 500.
Required: No
- nextToken
-
The token for the next page of results.
Type: String
Required: No
- resourceShareInvitationArn
-
The Amazon Resource Name (ARN) of the invitation.
Type: String
Required: Yes
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"nextToken": "string",
"resources": [
{
"arn": "string",
"creationTime": number,
"lastUpdatedTime": number,
"resourceGroupArn": "string",
"resourceShareArn": "string",
"status": "string",
"statusMessage": "string",
"type": "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.
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidNextTokenException
-
The specified value for NextToken is not valid.
HTTP Status Code: 400
- InvalidParameterException
-
A parameter is not valid.
HTTP Status Code: 400
- MalformedArnException
-
The format of an Amazon Resource Name (ARN) is not valid.
HTTP Status Code: 400
- MissingRequiredParameterException
-
A required input parameter is missing.
HTTP Status Code: 400
- ResourceShareInvitationAlreadyRejectedException
-
The invitation was already rejected.
HTTP Status Code: 400
- ResourceShareInvitationArnNotFoundException
-
The Amazon Resource Name (ARN) for an invitation was not found.
HTTP Status Code: 400
- ResourceShareInvitationExpiredException
-
The invitation is expired.
HTTP Status Code: 400
- ServerInternalException
-
The service could not respond to the request due to an internal problem.
HTTP Status Code: 500
- ServiceUnavailableException
-
The service is not available.
HTTP Status Code: 503
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: