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.ValidationExceptionFraudDetector.Client.exceptions.ResourceNotFoundExceptionFraudDetector.Client.exceptions.InternalServerExceptionFraudDetector.Client.exceptions.ThrottlingExceptionFraudDetector.Client.exceptions.AccessDeniedException