Raised when calling {PageableResponse#next_page} on a pager that is on the last page of results. You can call {PageableResponse#last_page?} or {PageableResponse#next_page?} to know if there are more pages.
@return [Seahorse::Client::Response]
@param [Seahorse::Client::Response] response
# File lib/aws-sdk-core/pageable_response.rb, line 129 def initialize(response) @response = response super("unable to fetch next page, end of results reached") end