Class RightAws::AWSErrorHandler
In: lib/awsbase/right_awsbase.rb
Parent: Object
RuntimeError AwsError AwsNoChange RightAWSParser RightErrorResponseParser RightHttp2xxParser AcfInterface SqsInterface SqsGen2Interface S3Interface Ec2 SdbInterface RightAwsBase ActiveSdbConnect ActiveSdb SqsGen2 S3 S3Generator Sqs RightDummyParser AWSErrorHandler AwsBenchmarkingBlock AwsUtils RightSaxParserCallback lib/sqs/right_sqs_interface.rb lib/sqs/right_sqs_gen2.rb lib/s3/right_s3.rb lib/acf/right_acf_interface.rb lib/sqs/right_sqs_gen2_interface.rb lib/sqs/right_sqs.rb lib/sdb/right_sdb_interface.rb lib/sdb/active_sdb.rb lib/ec2/right_ec2.rb lib/s3/right_s3_interface.rb lib/awsbase/right_awsbase.rb RightAwsBaseInterface VERSION RightAws dot/m_13_0.png

Methods

Constants

DEFAULT_CLOSE_ON_4XX_PROBABILITY = 10   0-100 (%)

Public Class methods

[Source]

     # File lib/awsbase/right_awsbase.rb, line 487
487:     def self.close_on_4xx_probability 
488:       @@close_on_4xx_probability 
489:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 490
490:     def self.close_on_4xx_probability=(close_on_4xx_probability) 
491:       @@close_on_4xx_probability = close_on_4xx_probability 
492:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 479
479:     def self.close_on_error 
480:       @@close_on_error 
481:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 482
482:     def self.close_on_error=(close_on_error) 
483:       @@close_on_error = close_on_error 
484:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 463
463:     def self.reiteration_start_delay
464:       @@reiteration_start_delay
465:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 466
466:     def self.reiteration_start_delay=(reiteration_start_delay)
467:       @@reiteration_start_delay = reiteration_start_delay
468:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 471
471:     def self.reiteration_time
472:       @@reiteration_time
473:     end

[Source]

     # File lib/awsbase/right_awsbase.rb, line 474
474:     def self.reiteration_time=(reiteration_time)
475:       @@reiteration_time = reiteration_time
476:     end

[Validate]