Route53RecoveryReadiness.Client.
update_readiness_check
(**kwargs)¶Updates a readiness check.
See also: AWS API Documentation
Request Syntax
response = client.update_readiness_check(
ReadinessCheckName='string',
ResourceSetName='string'
)
[REQUIRED]
Name of a readiness check.
[REQUIRED]
The name of the resource set to be checked.
dict
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.
Exceptions
Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
Route53RecoveryReadiness.Client.exceptions.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException