Class DataLakeException

    • Method Detail

      • exception

        public final String exception()

        The underlying exception of a Security Lake exception.

        Returns:
        The underlying exception of a Security Lake exception.
      • region

        public final String region()

        The Amazon Web Services Regions where the exception occurred.

        Returns:
        The Amazon Web Services Regions where the exception occurred.
      • remediation

        public final String remediation()

        List of all remediation steps for a Security Lake exception.

        Returns:
        List of all remediation steps for a Security Lake exception.
      • timestamp

        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.

        Returns:
        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)