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.NotFoundExceptionChimeSDKVoice.Client.exceptions.UnauthorizedClientExceptionChimeSDKVoice.Client.exceptions.ForbiddenExceptionChimeSDKVoice.Client.exceptions.BadRequestExceptionChimeSDKVoice.Client.exceptions.ThrottledClientExceptionChimeSDKVoice.Client.exceptions.ServiceUnavailableExceptionChimeSDKVoice.Client.exceptions.ServiceFailureException