Route53RecoveryReadiness / Client / get_readiness_check
get_readiness_check#
- Route53RecoveryReadiness.Client.get_readiness_check(**kwargs)#
- Gets details about a readiness check. - See also: AWS API Documentation - Request Syntax- response = client.get_readiness_check( ReadinessCheckName='string' ) - Parameters:
- ReadinessCheckName (string) – - [REQUIRED] - Name of a readiness check. 
- Return type:
- 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- Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
- Route53RecoveryReadiness.Client.exceptions.ThrottlingException
- Route53RecoveryReadiness.Client.exceptions.ValidationException
- Route53RecoveryReadiness.Client.exceptions.InternalServerException
- Route53RecoveryReadiness.Client.exceptions.AccessDeniedException