:doc:`MQ <../../mq>` / Client / describe_configuration_revision

*******************************
describe_configuration_revision
*******************************



.. py:method:: MQ.Client.describe_configuration_revision(**kwargs)

  

  Returns the specified configuration revision for the specified configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DescribeConfigurationRevision>`_  


  **Request Syntax**
  ::

    response = client.describe_configuration_revision(
        ConfigurationId='string',
        ConfigurationRevision='string'
    )
    
  :type ConfigurationId: string
  :param ConfigurationId: **[REQUIRED]** 

    The unique ID that Amazon MQ generates for the configuration.

    

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

    The revision of the configuration.

    

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

    
    ::

      {
          'ConfigurationId': 'string',
          'Created': datetime(2015, 1, 1),
          'Data': 'string',
          'Description': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      HTTP Status Code 200: OK.

      
      

      - **ConfigurationId** *(string) --* 

        Required. The unique ID that Amazon MQ generates for the configuration.

        
      

      - **Created** *(datetime) --* 

        Required. The date and time of the configuration.

        
      

      - **Data** *(string) --* 

        Amazon MQ for ActiveMQ: the base64-encoded XML configuration. Amazon MQ for RabbitMQ: base64-encoded Cuttlefish.

        
      

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

        The description of the configuration.

        
  
  **Exceptions**
  
  *   :py:class:`MQ.Client.exceptions.NotFoundException`

  
  *   :py:class:`MQ.Client.exceptions.BadRequestException`

  
  *   :py:class:`MQ.Client.exceptions.InternalServerErrorException`

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

  