:doc:`SecurityIncidentResponse <../../security-ir>` / Client / update_resolver_type

********************
update_resolver_type
********************



.. py:method:: SecurityIncidentResponse.Client.update_resolver_type(**kwargs)

  

  Updates the resolver type for a case.

   

  .. warning::

     

    This is a one-way action and cannot be reversed.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/security-ir-2018-05-10/UpdateResolverType>`_  


  **Request Syntax**
  ::

    response = client.update_resolver_type(
        caseId='string',
        resolverType='AWS'|'Self'
    )
    
  :type caseId: string
  :param caseId: **[REQUIRED]** 

    Required element for UpdateResolverType to identify the case to update.

    

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

    Required element for UpdateResolverType to identify the new resolver.

    

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

    
    ::

      {
          'caseId': 'string',
          'caseStatus': 'Submitted'|'Acknowledged'|'Detection and Analysis'|'Containment, Eradication and Recovery'|'Post-incident Activities'|'Ready to Close'|'Closed',
          'resolverType': 'AWS'|'Self'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **caseId** *(string) --* 

        Response element for UpdateResolver identifying the case ID being updated.

        
      

      - **caseStatus** *(string) --* 

        Response element for UpdateResolver identifying the current status of the case.

        
      

      - **resolverType** *(string) --* 

        Response element for UpdateResolver identifying the current resolver of the case.

        
  
  **Exceptions**
  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.ServiceQuotaExceededException`

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.ValidationException`

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.SecurityIncidentResponseNotActiveException`

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

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

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

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.InvalidTokenException`

  