get_recovery_group(**kwargs)¶Gets details about a recovery group, including a list of the cells that are included in it.
See also: AWS API Documentation
Request Syntax
response = client.get_recovery_group(
    RecoveryGroupName='string'
)
[REQUIRED]
The name of a recovery group.
{
    'Cells': [
        'string',
    ],
    'RecoveryGroupArn': 'string',
    'RecoveryGroupName': 'string',
    'Tags': {
        'string': 'string'
    }
}
Response Structure
200 response - Success.
A list of a cell's Amazon Resource Names (ARNs).
The Amazon Resource Name (ARN) for the recovery group.
The name of the recovery group.
The tags associated with the recovery group.
Exceptions
Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundExceptionRoute53RecoveryReadiness.Client.exceptions.ThrottlingExceptionRoute53RecoveryReadiness.Client.exceptions.ValidationExceptionRoute53RecoveryReadiness.Client.exceptions.InternalServerExceptionRoute53RecoveryReadiness.Client.exceptions.AccessDeniedException