Class CloudwatchExceptionFilter
- java.lang.Object
-
- com.amazonaws.athena.connectors.cloudwatch.CloudwatchExceptionFilter
-
- All Implemented Interfaces:
ThrottlingInvoker.ExceptionFilter
public class CloudwatchExceptionFilter extends Object implements ThrottlingInvoker.ExceptionFilter
Used to identify Exceptions that are related to Cloudwatch Logs throttling events.
-
-
Field Summary
Fields Modifier and Type Field Description static ThrottlingInvoker.ExceptionFilter
EXCEPTION_FILTER
-
-
-
Field Detail
-
EXCEPTION_FILTER
public static final ThrottlingInvoker.ExceptionFilter EXCEPTION_FILTER
-
-
Method Detail
-
isMatch
public boolean isMatch(Exception ex)
- Specified by:
isMatch
in interfaceThrottlingInvoker.ExceptionFilter
-
-