LicenseManager.Client.accept_grant(**kwargs)¶Accepts the specified grant.
See also: AWS API Documentation
Request Syntax
response = client.accept_grant(
GrantArn='string'
)
[REQUIRED]
Amazon Resource Name (ARN) of the grant.
{
'GrantArn': 'string',
'Status': 'PENDING_WORKFLOW'|'PENDING_ACCEPT'|'REJECTED'|'ACTIVE'|'FAILED_WORKFLOW'|'DELETED'|'PENDING_DELETE'|'DISABLED'|'WORKFLOW_COMPLETED',
'Version': 'string'
}
Response Structure
Grant ARN.
Grant status.
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