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