list_readiness_checks
(**kwargs)¶Lists the readiness checks for an account.
See also: AWS API Documentation
Request Syntax
response = client.list_readiness_checks(
MaxResults=123,
NextToken='string'
)
dict
Response Syntax
{
'NextToken': 'string',
'ReadinessChecks': [
{
'ReadinessCheckArn': 'string',
'ReadinessCheckName': 'string',
'ResourceSet': 'string',
'Tags': {
'string': 'string'
}
},
]
}
Response Structure
(dict) --
200 response - Success.
NextToken (string) --
The token that identifies which batch of results you want to see.
ReadinessChecks (list) --
A list of readiness checks associated with the account.
(dict) --
A readiness check.
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.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException