Exception: AkamaiApi::CCU::PurgeStatus::NotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/akamai_api/ccu/purge_status/not_found.rb

Overview

NotFound is raised when the requested resource cannot be found

Instance Attribute Summary

Attributes inherited from Error

#raw

Instance Method Summary collapse

Methods inherited from Error

#code, #described_by, #detail, #initialize, #support_id

Constructor Details

This class inherits a constructor from AkamaiApi::CCU::Error

Instance Method Details

#progress_uriString Also known as: uri

Returns URI to use to check the status of the request.

Returns:

  • (String)

    URI to use to check the status of the request



7
8
9
# File 'lib/akamai_api/ccu/purge_status/not_found.rb', line 7

def progress_uri
  raw['progressUri']
end

#time_to_waitFixnum Also known as: ping_after_seconds

Returns Suggested time to wait (in seconds) before asking the status again.

Returns:

  • (Fixnum)

    Suggested time to wait (in seconds) before asking the status again



13
14
15
# File 'lib/akamai_api/ccu/purge_status/not_found.rb', line 13

def time_to_wait
  raw['pingAfterSeconds']
end