@Generated(value="software.amazon.awssdk:codegen") public final class DataLakeException extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLakeException.Builder,DataLakeException>
The details for a Security Lake exception
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataLakeException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataLakeException.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exception()
The underlying exception of a Security Lake exception.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
region()
The Amazon Web Services Regions where the exception occurred.
|
String |
remediation()
List of all remediation steps for a Security Lake exception.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataLakeException.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation
had errors or missing values.
|
DataLakeException.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exception()
The underlying exception of a Security Lake exception.
public final String region()
The Amazon Web Services Regions where the exception occurred.
public final String remediation()
List of all remediation steps for a Security Lake exception.
public final Instant timestamp()
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
public DataLakeException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataLakeException.Builder,DataLakeException>public static DataLakeException.Builder builder()
public static Class<? extends DataLakeException.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.