Delete Queued Reserved Instances
ec2_delete_queued_reserved_instances | R Documentation |
Deletes the queued purchases for the specified Reserved Instances¶
Description¶
Deletes the queued purchases for the specified Reserved Instances.
Usage¶
Arguments¶
DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.ReservedInstancesIds
[required] The IDs of the Reserved Instances.
Value¶
A list with the following syntax:
list(
SuccessfulQueuedPurchaseDeletions = list(
list(
ReservedInstancesId = "string"
)
),
FailedQueuedPurchaseDeletions = list(
list(
Error = list(
Code = "reserved-instances-id-invalid"|"reserved-instances-not-in-queued-state"|"unexpected-error",
Message = "string"
),
ReservedInstancesId = "string"
)
)
)