get_endpoint(**kwargs)¶Gets information about an Device Advisor endpoint.
See also: AWS API Documentation
Request Syntax
response = client.get_endpoint(
thingArn='string',
certificateArn='string'
)
dict
Response Syntax
{
'endpoint': 'string'
}
Response Structure
(dict) --
endpoint (string) --
The response of an Device Advisor endpoint.
Exceptions
IoTDeviceAdvisor.Client.exceptions.ValidationExceptionIoTDeviceAdvisor.Client.exceptions.InternalServerExceptionIoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException