get_readiness_check
(**kwargs)¶Gets details about a readiness check.
See also: AWS API Documentation
Request Syntax
response = client.get_readiness_check(
ReadinessCheckName='string'
)
[REQUIRED]
Name of a readiness check.
{
'ReadinessCheckArn': 'string',
'ReadinessCheckName': 'string',
'ResourceSet': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
200 response - Success.
The Amazon Resource Name (ARN) associated with a readiness check.
Name of a readiness check.
Name of the resource set to be checked.
A collection of tags associated with a resource.
Exceptions
Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
Route53RecoveryReadiness.Client.exceptions.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException