class RightAws::AWSErrorHandler
Constants
- DEFAULT_CLOSE_ON_4XX_PROBABILITY
0-100 (%)
Public Class Methods
close_on_4xx_probability()
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 648 def self.close_on_4xx_probability @@close_on_4xx_probability end
close_on_4xx_probability=(close_on_4xx_probability)
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 651 def self.close_on_4xx_probability=(close_on_4xx_probability) @@close_on_4xx_probability = close_on_4xx_probability end
close_on_error()
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 640 def self.close_on_error @@close_on_error end
close_on_error=(close_on_error)
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 643 def self.close_on_error=(close_on_error) @@close_on_error = close_on_error end
reiteration_start_delay()
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 624 def self.reiteration_start_delay @@reiteration_start_delay end
reiteration_start_delay=(reiteration_start_delay)
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 627 def self.reiteration_start_delay=(reiteration_start_delay) @@reiteration_start_delay = reiteration_start_delay end
reiteration_time()
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 632 def self.reiteration_time @@reiteration_time end
reiteration_time=(reiteration_time)
click to toggle source
# File lib/awsbase/right_awsbase.rb, line 635 def self.reiteration_time=(reiteration_time) @@reiteration_time = reiteration_time end