get_site(**kwargs)¶Grants permission to get a site
See also: AWS API Documentation
Request Syntax
response = client.get_site(
    id='string'
)
[REQUIRED]
Site ARN.
{
    'arn': 'string',
    'id': 'string',
    'name': 'string',
    'countryCode': 'string',
    'description': 'string',
    'createdAt': datetime(2015, 1, 1),
    'updatedAt': datetime(2015, 1, 1)
}
Response Structure
Site ARN.
Filters access by the site's identifier
Human friendly name of the resource.
A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.
A high-level description of the site.
Timestamp at which the resource was created.
Timestamp at which the resource was last updated.
Exceptions
IoTRoboRunner.Client.exceptions.AccessDeniedExceptionIoTRoboRunner.Client.exceptions.ValidationExceptionIoTRoboRunner.Client.exceptions.ResourceNotFoundExceptionIoTRoboRunner.Client.exceptions.ThrottlingExceptionIoTRoboRunner.Client.exceptions.InternalServerException