:doc:`LexModelsV2 <../../lexv2-models>` / Client / describe_bot_replica

********************
describe_bot_replica
********************



.. py:method:: LexModelsV2.Client.describe_bot_replica(**kwargs)

  

  Monitors the bot replication status through the UI console.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeBotReplica>`_  


  **Request Syntax**
  ::

    response = client.describe_bot_replica(
        botId='string',
        replicaRegion='string'
    )
    
  :type botId: string
  :param botId: **[REQUIRED]** 

    The request for the unique bot ID of the replicated bot being monitored.

    

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

    The request for the region of the replicated bot being monitored.

    

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

    
    ::

      {
          'botId': 'string',
          'replicaRegion': 'string',
          'sourceRegion': 'string',
          'creationDateTime': datetime(2015, 1, 1),
          'botReplicaStatus': 'Enabling'|'Enabled'|'Deleting'|'Failed',
          'failureReasons': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **botId** *(string) --* 

        The unique bot ID of the replicated bot being monitored.

        
      

      - **replicaRegion** *(string) --* 

        The region of the replicated bot being monitored.

        
      

      - **sourceRegion** *(string) --* 

        The source region of the replicated bot being monitored.

        
      

      - **creationDateTime** *(datetime) --* 

        The creation date and time of the replicated bot being monitored.

        
      

      - **botReplicaStatus** *(string) --* 

        The operational status of the replicated bot being monitored.

        
      

      - **failureReasons** *(list) --* 

        The failure reasons the bot being monitored failed to replicate.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`LexModelsV2.Client.exceptions.ThrottlingException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.ValidationException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.InternalServerException`

  