Skip to content

Reject Grant

licensemanager_reject_grant R Documentation

Rejects the specified grant

Description

Rejects the specified grant.

Usage

licensemanager_reject_grant(GrantArn)

Arguments

GrantArn

[required] Amazon Resource Name (ARN) 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$reject_grant(
  GrantArn = "string"
)