class Aws::PageableResponse::LastPageError

def initialize(response)

Parameters:
  • response (Seahorse::Client::Response) --
def initialize(response)
  @response = response
  super("unable to fetch next page, end of results reached")
end