ManagedintegrationsforIoTDeviceManagement / Client / get_credential_locker
get_credential_locker#
- ManagedintegrationsforIoTDeviceManagement.Client.get_credential_locker(**kwargs)#
Get information on an existing credential locker
See also: AWS API Documentation
Request Syntax
response = client.get_credential_locker( Identifier='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The identifier of the credential locker.
- Return type:
dict
- Returns:
Response Syntax
{ 'Id': 'string', 'Arn': 'string', 'Name': 'string', 'CreatedAt': datetime(2015, 1, 1), 'Tags': { 'string': 'string' } }
Response Structure
(dict) –
Id (string) –
The identifier of the credential locker.
Arn (string) –
The Amazon Resource Name (ARN) of the credential locker.
Name (string) –
The name of the credential locker.
CreatedAt (datetime) –
The timestamp value of when the credential locker requset occurred.
Tags (dict) –
A set of key/value pairs that are used to manage the credential locker.
(string) –
(string) –
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException