| Class | Description | 
|---|---|
| AssertCallable | 
 Base class for assertion logic, used by  
RetryableAssertion. | 
| RetryableAction<T> | 
 Utility to repeatedly invoke an action that returns a result until it succeeds or the max allowed
 attempts is reached. 
 | 
| RetryableAssertion | 
 Utility to repeatedly invoke assertion logic until it succeeds or the max allowed attempts is
 reached. 
 | 
| RetryableParams | 
 Parameters for  
RetryableAssertion. | 
| RetryRule | 
| Exception | Description | 
|---|---|
| NonRetryableException | 
 Normally all exceptions are retried by  
RetryableAction. | 
| Error | Description | 
|---|---|
| RetryableError | 
 Normally  
Error's are not retried by RetryableAction. | 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.