ManagedintegrationsforIoTDeviceManagement / Client / get_managed_thing_certificate
get_managed_thing_certificate¶
- ManagedintegrationsforIoTDeviceManagement.Client.get_managed_thing_certificate(**kwargs)¶
Retrieves the certificate PEM for a managed IoT thing.
See also: AWS API Documentation
Request Syntax
response = client.get_managed_thing_certificate( Identifier='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The identifier of the managed thing.
- Return type:
dict
- Returns:
Response Syntax
{ 'ManagedThingId': 'string', 'CertificatePem': 'string' }
Response Structure
(dict) –
ManagedThingId (string) –
The identifier of the managed thing.
CertificatePem (string) –
The PEM-encoded certificate for the managed thing.
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.UnauthorizedExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException