Route53RecoveryReadiness / Client / update_readiness_check
update_readiness_check#
- 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' )
- Parameters:
ReadinessCheckName (string) –
[REQUIRED]
Name of a readiness check.
ResourceSetName (string) –
[REQUIRED]
The name of the resource set to be checked.
- 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