update_mailbox_quota
(**kwargs)¶Updates a user's current mailbox quota for a specified organization and user.
See also: AWS API Documentation
Request Syntax
response = client.update_mailbox_quota(
OrganizationId='string',
UserId='string',
MailboxQuota=123
)
[REQUIRED]
The identifier for the organization that contains the user for whom to update the mailbox quota.
[REQUIRED]
The identifer for the user for whom to update the mailbox quota.
[REQUIRED]
The updated mailbox quota, in MB, for the specified user.
dict
Response Syntax
{}
Response Structure
Exceptions
WorkMail.Client.exceptions.InvalidParameterException
WorkMail.Client.exceptions.OrganizationNotFoundException
WorkMail.Client.exceptions.OrganizationStateException
WorkMail.Client.exceptions.EntityNotFoundException
WorkMail.Client.exceptions.EntityStateException