Class DescribeDetectorModelAnalysisResponse

    • Method Detail

      • status

        public final AnalysisStatus status()

        The status of the analysis activity. The status can be one of the following values:

        • RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.

        • COMPLETE - AWS IoT Events finished analyzing your detector model.

        • FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.

        If the service returns an enum value that is not available in the current SDK version, status will return AnalysisStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the analysis activity. The status can be one of the following values:

        • RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.

        • COMPLETE - AWS IoT Events finished analyzing your detector model.

        • FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.

        See Also:
        AnalysisStatus
      • statusAsString

        public final String statusAsString()

        The status of the analysis activity. The status can be one of the following values:

        • RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.

        • COMPLETE - AWS IoT Events finished analyzing your detector model.

        • FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.

        If the service returns an enum value that is not available in the current SDK version, status will return AnalysisStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the analysis activity. The status can be one of the following values:

        • RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.

        • COMPLETE - AWS IoT Events finished analyzing your detector model.

        • FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.

        See Also:
        AnalysisStatus
      • 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