Class RetryableDetails
Class containing the retryable details for an AmazonServiceException
public class RetryableDetails
  - Inheritance
 - 
      
      RetryableDetails
 
- Inherited Members
 
Constructors
RetryableDetails(bool)
public RetryableDetails(bool throttling)
  Parameters
throttlingbool
Properties
Throttling
This property indicates that this exception is a throttling exception and should be subject to congestion control throttling.
public bool Throttling { get; }