DescribeReservedNodeExchangeStatus
Returns exchange status details and associated metadata for a reserved-node exchange. Statuses include such values as in progress and requested.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- Marker
-
An optional pagination token provided by a previous
DescribeReservedNodeExchangeStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecords
parameter. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.Type: String
Length Constraints: Maximum length of 2147483647.
Required: No
- MaxRecords
-
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified
MaxRecords
value, a value is returned in aMarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Type: Integer
Required: No
- ReservedNodeExchangeRequestId
-
The identifier of the reserved-node exchange request.
Type: String
Length Constraints: Maximum length of 2147483647.
Required: No
- ReservedNodeId
-
The identifier of the source reserved node in a reserved-node exchange request.
Type: String
Length Constraints: Maximum length of 2147483647.
Required: No
Response Elements
The following elements are returned by the service.
- Marker
-
A pagination token provided by a previous
DescribeReservedNodeExchangeStatus
request.Type: String
Length Constraints: Maximum length of 2147483647.
- ReservedNodeExchangeStatusDetails.ReservedNodeExchangeStatus.N
-
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
Type: Array of ReservedNodeExchangeStatus objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- ReservedNodeExchangeNotFond
-
The reserved-node exchange status wasn't found.
HTTP Status Code: 404
- ReservedNodeNotFound
-
The specified reserved compute node not found.
HTTP Status Code: 404
- UnsupportedOperation
-
The requested operation isn't supported.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: