Batch / Client / delete_quota_share
delete_quota_share¶
- Batch.Client.delete_quota_share(**kwargs)¶
Deletes the specified quota share. You must first disable submissions for the share by updating the state to
DISABLEDusing the UpdateQuotaShare operation. All jobs in the share are eventually terminated when you delete a quota share.See also: AWS API Documentation
Request Syntax
response = client.delete_quota_share( quotaShareArn='string' )
- Parameters:
quotaShareArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the quota share.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions