ChimeSDKVoice / Client / get_voice_profile
get_voice_profile#
- ChimeSDKVoice.Client.get_voice_profile(**kwargs)#
See also: AWS API Documentation
Request Syntax
response = client.get_voice_profile( VoiceProfileId='string' )
- Parameters:
VoiceProfileId (string) – [REQUIRED]
- Return type:
dict
- Returns:
Response Syntax
{ 'VoiceProfile': { 'VoiceProfileId': 'string', 'VoiceProfileArn': 'string', 'VoiceProfileDomainId': 'string', 'CreatedTimestamp': datetime(2015, 1, 1), 'UpdatedTimestamp': datetime(2015, 1, 1), 'ExpirationTimestamp': datetime(2015, 1, 1) } }
Response Structure
(dict) –
VoiceProfile (dict) –
VoiceProfileId (string) –
VoiceProfileArn (string) –
VoiceProfileDomainId (string) –
CreatedTimestamp (datetime) –
UpdatedTimestamp (datetime) –
ExpirationTimestamp (datetime) –
Exceptions
ChimeSDKVoice.Client.exceptions.BadRequestException
ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
ChimeSDKVoice.Client.exceptions.ForbiddenException
ChimeSDKVoice.Client.exceptions.AccessDeniedException
ChimeSDKVoice.Client.exceptions.NotFoundException
ChimeSDKVoice.Client.exceptions.ThrottledClientException
ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
ChimeSDKVoice.Client.exceptions.ServiceFailureException