get_test_grid_project(**kwargs)¶Retrieves information about a Selenium testing project.
See also: AWS API Documentation
Request Syntax
response = client.get_test_grid_project(
    projectArn='string'
)
[REQUIRED]
The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.
{
    'testGridProject': {
        'arn': 'string',
        'name': 'string',
        'description': 'string',
        'vpcConfig': {
            'securityGroupIds': [
                'string',
            ],
            'subnetIds': [
                'string',
            ],
            'vpcId': 'string'
        },
        'created': datetime(2015, 1, 1)
    }
}
Response Structure
A TestGridProject.
The ARN for the project.
A human-readable name for the project.
A human-readable description for the project.
The VPC security groups and subnets that are attached to a project.
A list of VPC security group IDs in your Amazon VPC.
A list of VPC subnet IDs in your Amazon VPC.
The ID of the Amazon VPC.
When the project was created.
Exceptions
DeviceFarm.Client.exceptions.NotFoundExceptionDeviceFarm.Client.exceptions.ArgumentExceptionDeviceFarm.Client.exceptions.InternalServiceException