:doc:`WorkMail <../../workmail>` / Client / put_mobile_device_access_override

*********************************
put_mobile_device_access_override
*********************************



.. py:method:: WorkMail.Client.put_mobile_device_access_override(**kwargs)

  

  Creates or updates a mobile device access override for the given WorkMail organization, user, and device.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/PutMobileDeviceAccessOverride>`_  


  **Request Syntax**
  ::

    response = client.put_mobile_device_access_override(
        OrganizationId='string',
        UserId='string',
        DeviceId='string',
        Effect='ALLOW'|'DENY',
        Description='string'
    )
    
  :type OrganizationId: string
  :param OrganizationId: **[REQUIRED]** 

    Identifies the WorkMail organization for which you create the override.

    

  
  :type UserId: string
  :param UserId: **[REQUIRED]** 

    The WorkMail user for which you create the override. Accepts the following types of user identities:

     

    
    * User ID: ``12345678-1234-1234-1234-123456789012`` or ``S-1-1-12-1234567890-123456789-123456789-1234``
     
    * Email address: ``user@domain.tld``
     
    * User name: ``user``
    

    

  
  :type DeviceId: string
  :param DeviceId: **[REQUIRED]** 

    The mobile device for which you create the override. ``DeviceId`` is case insensitive.

    

  
  :type Effect: string
  :param Effect: **[REQUIRED]** 

    The effect of the override, ``ALLOW`` or ``DENY``.

    

  
  :type Description: string
  :param Description: 

    A description of the override.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkMail.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`WorkMail.Client.exceptions.OrganizationNotFoundException`

  
  *   :py:class:`WorkMail.Client.exceptions.OrganizationStateException`

  
  *   :py:class:`WorkMail.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`WorkMail.Client.exceptions.EntityStateException`

  