:doc:`Connect <../../connect>` / Client / describe_contact_flow_module_alias

**********************************
describe_contact_flow_module_alias
**********************************



.. py:method:: Connect.Client.describe_contact_flow_module_alias(**kwargs)

  

  Retrieves detailed information about a specific alias, including which version it currently points to and its metadata.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContactFlowModuleAlias>`_  


  **Request Syntax**
  ::

    response = client.describe_contact_flow_module_alias(
        InstanceId='string',
        ContactFlowModuleId='string',
        AliasId='string'
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

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

    The identifier of the flow module.

    

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

    The identifier of the alias.

    

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

    
    ::

      {
          'ContactFlowModuleAlias': {
              'ContactFlowModuleId': 'string',
              'ContactFlowModuleArn': 'string',
              'AliasId': 'string',
              'Version': 123,
              'Name': 'string',
              'Description': 'string',
              'LastModifiedRegion': 'string',
              'LastModifiedTime': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ContactFlowModuleAlias** *(dict) --* 

        Information about the flow module alias.

        
        

        - **ContactFlowModuleId** *(string) --* 

          The identifier of the flow module.

          
        

        - **ContactFlowModuleArn** *(string) --* 

          The Amazon Resource Name (ARN) of the flow module.

          
        

        - **AliasId** *(string) --* 

          The identifier of the alias.

          
        

        - **Version** *(integer) --* 

          The version of the flow module.

          
        

        - **Name** *(string) --* 

          The name of the alias.

          
        

        - **Description** *(string) --* 

          The description of the alias.

          
        

        - **LastModifiedRegion** *(string) --* 

          The Amazon Web Services Region where this resource was last modified.

          
        

        - **LastModifiedTime** *(datetime) --* 

          The timestamp when this resource was last modified.

          
    
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

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

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  