Delete Grant
licensemanager_delete_grant | R Documentation |
Deletes the specified grant¶
Description¶
Deletes the specified grant.
Usage¶
licensemanager_delete_grant(GrantArn, StatusReason, Version)
Arguments¶
GrantArn |
[required] Amazon Resource Name (ARN) of the grant. |
StatusReason |
The Status reason for the delete request. |
Version |
[required] Current version of the grant. |
Value¶
A list with the following syntax:
list(
GrantArn = "string",
Status = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED"|"WORKFLOW_COMPLETED",
Version = "string"
)
Request syntax¶
svc$delete_grant(
GrantArn = "string",
StatusReason = "string",
Version = "string"
)