:doc:`Organizations <../../organizations>` / Client / describe_responsibility_transfer

********************************
describe_responsibility_transfer
********************************



.. py:method:: Organizations.Client.describe_responsibility_transfer(**kwargs)

  

  Returns details for a transfer. A *transfer* is an arrangement between two management accounts where one account designates the other with specified responsibilities for their organization.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeResponsibilityTransfer>`_  


  **Request Syntax**
  ::

    response = client.describe_responsibility_transfer(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    ID for the transfer.

    

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

    
    ::

      {
          'ResponsibilityTransfer': {
              'Arn': 'string',
              'Name': 'string',
              'Id': 'string',
              'Type': 'BILLING',
              'Status': 'REQUESTED'|'DECLINED'|'CANCELED'|'EXPIRED'|'ACCEPTED'|'WITHDRAWN',
              'Source': {
                  'ManagementAccountId': 'string',
                  'ManagementAccountEmail': 'string'
              },
              'Target': {
                  'ManagementAccountId': 'string',
                  'ManagementAccountEmail': 'string'
              },
              'StartTimestamp': datetime(2015, 1, 1),
              'EndTimestamp': datetime(2015, 1, 1),
              'ActiveHandshakeId': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResponsibilityTransfer** *(dict) --* 

        A ``ResponsibilityTransfer`` object. Contains details for a transfer.

        
        

        - **Arn** *(string) --* 

          Amazon Resource Name (ARN) for the transfer.

          
        

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

          Name assigned to the transfer.

          
        

        - **Id** *(string) --* 

          ID for the transfer.

          
        

        - **Type** *(string) --* 

          The type of transfer. Currently, only ``BILLING`` is supported.

          
        

        - **Status** *(string) --* 

          Status for the transfer.

          
        

        - **Source** *(dict) --* 

          Account that allows another account external to its organization to manage the specified responsibilities for the organization.

          
          

          - **ManagementAccountId** *(string) --* 

            ID for the management account.

            
          

          - **ManagementAccountEmail** *(string) --* 

            Email address for the management account.

            
      
        

        - **Target** *(dict) --* 

          Account that manages the specified responsibilities for another organization.

          
          

          - **ManagementAccountId** *(string) --* 

            ID for the management account.

            
          

          - **ManagementAccountEmail** *(string) --* 

            Email address for the management account.

            
      
        

        - **StartTimestamp** *(datetime) --* 

          Timestamp when the transfer starts.

          
        

        - **EndTimestamp** *(datetime) --* 

          Timestamp when the transfer ends.

          
        

        - **ActiveHandshakeId** *(string) --* 

          ID for the handshake of the transfer.

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

  
  *   :py:class:`Organizations.Client.exceptions.AWSOrganizationsNotInUseException`

  
  *   :py:class:`Organizations.Client.exceptions.ResponsibilityTransferNotFoundException`

  
  *   :py:class:`Organizations.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Organizations.Client.exceptions.ServiceException`

  
  *   :py:class:`Organizations.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`Organizations.Client.exceptions.UnsupportedAPIEndpointException`

  