class Aws::PageableResponse::LastPageError
or {PageableResponse#next_page?} to know if there are more pages.
is on the last page of results. You can call {PageableResponse#last_page?}
Raised when calling {PageableResponse#next_page} on a pager that
def initialize(response)
-
response
(Seahorse::Client::Response
) --
def initialize(response) @response = response super("unable to fetch next page, end of results reached") end