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

***********
get_profile
***********



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

  

  Get profile information.

  

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


  **Request Syntax**
  ::

    response = client.get_profile(
        ProfileArn='string',
        ProfileVersion='string'
    )
    
  :type ProfileArn: string
  :param ProfileArn: **[REQUIRED]** 

    The profile ARN.

    

  
  :type ProfileVersion: string
  :param ProfileVersion: 

    The profile version.

    

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

    
    ::

      {
          'Profile': {
              'ProfileArn': 'string',
              'ProfileVersion': 'string',
              'ProfileName': 'string',
              'ProfileDescription': 'string',
              'ProfileQuestions': [
                  {
                      'QuestionId': 'string',
                      'QuestionTitle': 'string',
                      'QuestionDescription': 'string',
                      'QuestionChoices': [
                          {
                              'ChoiceId': 'string',
                              'ChoiceTitle': 'string',
                              'ChoiceDescription': 'string'
                          },
                      ],
                      'SelectedChoiceIds': [
                          'string',
                      ],
                      'MinSelectedChoices': 123,
                      'MaxSelectedChoices': 123
                  },
              ],
              'Owner': 'string',
              'CreatedAt': datetime(2015, 1, 1),
              'UpdatedAt': datetime(2015, 1, 1),
              'ShareInvitationId': 'string',
              'Tags': {
                  'string': 'string'
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Profile** *(dict) --* 

        The profile.

        
        

        - **ProfileArn** *(string) --* 

          The profile ARN.

          
        

        - **ProfileVersion** *(string) --* 

          The profile version.

          
        

        - **ProfileName** *(string) --* 

          The profile name.

          
        

        - **ProfileDescription** *(string) --* 

          The profile description.

          
        

        - **ProfileQuestions** *(list) --* 

          Profile questions.

          
          

          - *(dict) --* 

            A profile question.

            
            

            - **QuestionId** *(string) --* 

              The ID of the question.

              
            

            - **QuestionTitle** *(string) --* 

              The title of the question.

              
            

            - **QuestionDescription** *(string) --* 

              The description of the question.

              
            

            - **QuestionChoices** *(list) --* 

              The question choices.

              
              

              - *(dict) --* 

                The profile choice.

                
                

                - **ChoiceId** *(string) --* 

                  The ID of a choice.

                  
                

                - **ChoiceTitle** *(string) --* 

                  The title of a choice.

                  
                

                - **ChoiceDescription** *(string) --* 

                  The description of a choice.

                  
            
          
            

            - **SelectedChoiceIds** *(list) --* 

              The selected choices.

              
              

              - *(string) --* 

                The ID of a choice.

                
          
            

            - **MinSelectedChoices** *(integer) --* 

              The minimum number of selected choices.

              
            

            - **MaxSelectedChoices** *(integer) --* 

              The maximum number of selected choices.

              
        
      
        

        - **Owner** *(string) --* 

          An Amazon Web Services account ID.

          
        

        - **CreatedAt** *(datetime) --* 

          The date and time recorded.

          
        

        - **UpdatedAt** *(datetime) --* 

          The date and time recorded.

          
        

        - **ShareInvitationId** *(string) --* 

          The ID assigned to the share invitation.

          
        

        - **Tags** *(dict) --* 

          The tags assigned to the profile.

          
          

          - *(string) --* 
            

            - *(string) --* 
      
    
    
  
  **Exceptions**
  
  *   :py:class:`WellArchitected.Client.exceptions.ValidationException`

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

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

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

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

  