get_list_elements
(**kwargs)¶Gets all the elements in the specified list.
See also: AWS API Documentation
Request Syntax
response = client.get_list_elements(
name='string',
nextToken='string',
maxResults=123
)
[REQUIRED]
The name of the list.
dict
Response Syntax
{
'elements': [
'string',
],
'nextToken': 'string'
}
Response Structure
(dict) --
elements (list) --
The list elements.
nextToken (string) --
The next page token.
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.ResourceNotFoundException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException