:doc:`NetworkManager <../../networkmanager>` / Client / start_organization_service_access_update

****************************************
start_organization_service_access_update
****************************************



.. py:method:: NetworkManager.Client.start_organization_service_access_update(**kwargs)

  

  Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/StartOrganizationServiceAccessUpdate>`_  


  **Request Syntax**
  ::

    response = client.start_organization_service_access_update(
        Action='string'
    )
    
  :type Action: string
  :param Action: **[REQUIRED]** 

    The action to take for the update request. This can be either ``ENABLE`` or ``DISABLE``.

    

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

    
    ::

      {
          'OrganizationStatus': {
              'OrganizationId': 'string',
              'OrganizationAwsServiceAccessStatus': 'string',
              'SLRDeploymentStatus': 'string',
              'AccountStatusList': [
                  {
                      'AccountId': 'string',
                      'SLRDeploymentStatus': 'string'
                  },
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **OrganizationStatus** *(dict) --* 

        The status of the service access update request for an Amazon Web Services Organization.

        
        

        - **OrganizationId** *(string) --* 

          The ID of an Amazon Web Services Organization.

          
        

        - **OrganizationAwsServiceAccessStatus** *(string) --* 

          The status of the organization's AWS service access. This will be ``ENABLED`` or ``DISABLED``.

          
        

        - **SLRDeploymentStatus** *(string) --* 

          The status of the SLR deployment for the account. This will be either ``SUCCEEDED`` or ``IN_PROGRESS``.

          
        

        - **AccountStatusList** *(list) --* 

          The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either ``SUCCEEDED`` or ``IN_PROGRESS``.

          
          

          - *(dict) --* 

            Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).

            
            

            - **AccountId** *(string) --* 

              The ID of an account within the Amazon Web Services Organization.

              
            

            - **SLRDeploymentStatus** *(string) --* 

              The status of SLR deployment for the account.

              
        
      
    
  
  **Exceptions**
  
  *   :py:class:`NetworkManager.Client.exceptions.ValidationException`

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

  
  *   :py:class:`NetworkManager.Client.exceptions.AccessDeniedException`

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

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

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

  