diff --git a/awscli/formatter.py b/awscli/formatter.py index e13b6fd72c62..c882f4cca461 100644 --- a/awscli/formatter.py +++ b/awscli/formatter.py @@ -248,7 +248,7 @@ def __call__(self, command_name, response, stream=None): if response.resume_token: # Tell the user about the next token so they can continue # if they want. - self._format_response( + text.format_text( {'NextToken': {'NextToken': response.resume_token}}, stream, )