:doc:`ChimeSDKIdentity <../../chime-sdk-identity>` / Client / update_app_instance_user

************************
update_app_instance_user
************************



.. py:method:: ChimeSDKIdentity.Client.update_app_instance_user(**kwargs)

  

  Updates the details of an ``AppInstanceUser``. You can update names and metadata.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-identity-2021-04-20/UpdateAppInstanceUser>`_  


  **Request Syntax**
  ::

    response = client.update_app_instance_user(
        AppInstanceUserArn='string',
        Name='string',
        Metadata='string'
    )
    
  :type AppInstanceUserArn: string
  :param AppInstanceUserArn: **[REQUIRED]** 

    The ARN of the ``AppInstanceUser``.

    

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

    The name of the ``AppInstanceUser``.

    

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

    The metadata of the ``AppInstanceUser``.

    

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

    
    ::

      {
          'AppInstanceUserArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AppInstanceUserArn** *(string) --* 

        The ARN of the ``AppInstanceUser``.

        
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ConflictException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ResourceLimitExceededException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceFailureException`

  