LicenseManager.Client.delete_grant(**kwargs)¶Deletes the specified grant.
See also: AWS API Documentation
Request Syntax
response = client.delete_grant(
GrantArn='string',
StatusReason='string',
Version='string'
)
[REQUIRED]
Amazon Resource Name (ARN) of the grant.
[REQUIRED]
Current version of the grant.
dict
Response Syntax
{
'GrantArn': 'string',
'Status': 'PENDING_WORKFLOW'|'PENDING_ACCEPT'|'REJECTED'|'ACTIVE'|'FAILED_WORKFLOW'|'DELETED'|'PENDING_DELETE'|'DISABLED'|'WORKFLOW_COMPLETED',
'Version': 'string'
}
Response Structure
(dict) --
GrantArn (string) --
Grant ARN.
Status (string) --
Grant status.
Version (string) --
Grant version.
Exceptions
LicenseManager.Client.exceptions.ValidationExceptionLicenseManager.Client.exceptions.InvalidParameterValueExceptionLicenseManager.Client.exceptions.AuthorizationExceptionLicenseManager.Client.exceptions.AccessDeniedExceptionLicenseManager.Client.exceptions.RateLimitExceededExceptionLicenseManager.Client.exceptions.ResourceLimitExceededExceptionLicenseManager.Client.exceptions.ServerInternalException