:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / update_readiness_check

**********************
update_readiness_check
**********************



.. py:method:: Route53RecoveryReadiness.Client.update_readiness_check(**kwargs)

  

  Updates a readiness check.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UpdateReadinessCheck>`_  


  **Request Syntax**
  ::

    response = client.update_readiness_check(
        ReadinessCheckName='string',
        ResourceSetName='string'
    )
    
  :type ReadinessCheckName: string
  :param ReadinessCheckName: **[REQUIRED]** 

    Name of a readiness check.

    

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

    The name of the resource set to be checked.

    

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

    
    ::

      {
          'ReadinessCheckArn': 'string',
          'ReadinessCheckName': 'string',
          'ResourceSet': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **ReadinessCheckArn** *(string) --* 

        The Amazon Resource Name (ARN) associated with a readiness check.

        
      

      - **ReadinessCheckName** *(string) --* 

        Name of a readiness check.

        
      

      - **ResourceSet** *(string) --* 

        Name of the resource set to be checked.

        
      

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

        A collection of tags associated with a resource.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException`

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

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

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

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

  