RetryStrategy
public struct RetryStrategy : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The number of times to move a job to the RUNNABLE status. You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value. DeclarationSwift public let attempts: Int?
- 
                  
                  Undocumented DeclarationSwift public init(attempts: Int? = nil)
 View on GitHub
View on GitHub RetryStrategy Structure Reference
        RetryStrategy Structure Reference