Table of Contents

Class RetryableDetails

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Class containing the retryable details for an AmazonServiceException

public class RetryableDetails
Inheritance
RetryableDetails
Inherited Members

Constructors

RetryableDetails(bool)

public RetryableDetails(bool throttling)

Parameters

throttling bool

Properties

Throttling

This property indicates that this exception is a throttling exception and should be subject to congestion control throttling.

public bool Throttling { get; }

Property Value

bool