:doc:`WellArchitected <../../wellarchitected>` / Client / associate_profiles

******************
associate_profiles
******************



.. py:method:: WellArchitected.Client.associate_profiles(**kwargs)

  

  Associate a profile with a workload.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/AssociateProfiles>`_  


  **Request Syntax**
  ::

    response = client.associate_profiles(
        WorkloadId='string',
        ProfileArns=[
            'string',
        ]
    )
    
  :type WorkloadId: string
  :param WorkloadId: **[REQUIRED]** 

    The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

    

  
  :type ProfileArns: list
  :param ProfileArns: **[REQUIRED]** 

    The list of profile ARNs to associate with the workload.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`WellArchitected.Client.exceptions.ValidationException`

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

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

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

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

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

  