Values.DescribeReservedNodeExchangeStatusOutputMessageSourceReturns exchange status details and associated metadata for a reserved-node exchange. Statuses include such values as in progress and requested.
type describeReservedNodeExchangeStatusResult = {reservedNodeExchangeStatusDetails : ReservedNodeExchangeStatusList.t option;The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
*)marker : String_.t option;A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.
*)}and t = {describeReservedNodeExchangeStatusResult : describeReservedNodeExchangeStatusResult;responseMetaData : responseMetaData;}type error = [ | `ReservedNodeExchangeNotFoundFault of ReservedNodeExchangeNotFoundFault.t| `ReservedNodeNotFoundFault of ReservedNodeNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ReservedNodeExchangeNotFoundFault of unit
| `ReservedNodeNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ReservedNodeExchangeNotFoundFault of unit
| `ReservedNodeNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]