ManagedintegrationsforIoTDeviceManagement / Client / get_managed_thing_meta_data
get_managed_thing_meta_data#
- ManagedintegrationsforIoTDeviceManagement.Client.get_managed_thing_meta_data(**kwargs)#
Get the metadata information for a managed thing.
See also: AWS API Documentation
Request Syntax
response = client.get_managed_thing_meta_data( Identifier='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The managed thing id.
- Return type:
dict
- Returns:
Response Syntax
{ 'ManagedThingId': 'string', 'MetaData': { 'string': 'string' } }
Response Structure
(dict) –
ManagedThingId (string) –
The managed thing id.
MetaData (dict) –
The metadata for the managed thing.
(string) –
(string) –
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.UnauthorizedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException