File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
reference-artifacts/Add-ons/opensiem/lambdas/common/src
custom-resources/cdk-cfn-utils/cdk Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ export const isThrottlingError = (e: any) =>
5151 e . code === 'InsufficientDeliveryPolicyException' || // Retry for ConfigService
5252 e . code === 'NoAvailableDeliveryChannelException' || // Retry for ConfigService
5353 e . code === 'ConcurrentModifications' || // Retry for AssociateHostedZone
54+ e . code === 'ConcurrentModification' || // Retry for AssociateHostedZone
5455 e . code === 'TooManyRequestsException' ||
5556 e . code === 'Throttling' ||
5657 e . code === 'ThrottlingException' ||
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ export const isThrottlingError = (e: any) =>
5151 e . code === 'InsufficientDeliveryPolicyException' || // Retry for ConfigService
5252 e . code === 'NoAvailableDeliveryChannelException' || // Retry for ConfigService
5353 e . code === 'ConcurrentModifications' || // Retry for AssociateHostedZone
54+ e . code === 'ConcurrentModification' || // Retry for AssociateHostedZone
5455 e . code === 'TooManyRequestsException' ||
5556 e . code === 'Throttling' ||
5657 e . code === 'ThrottlingException' ||
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export const isThrottlingError = (e: any) =>
5353 e . code === 'InsufficientDeliveryPolicyException' || // Retry for ConfigService
5454 e . code === 'NoAvailableDeliveryChannelException' || // Retry for ConfigService
5555 e . code === 'ConcurrentModifications' || // Retry for AssociateHostedZone
56+ e . code === 'ConcurrentModification' || // Retry for AssociateHostedZone
5657 e . code === 'TooManyRequestsException' ||
5758 e . code === 'Throttling' ||
5859 e . code === 'ThrottlingException' ||
You can’t perform that action at this time.
0 commit comments