Class FailedKeyRegistrationEntry

    • Method Detail

      • keyArn

        public final String keyArn()

        The ARN of the KMS key that failed to update.

        Returns:
        The ARN of the KMS key that failed to update.
      • message

        public final String message()

        A message that provides information about why a FailedKeyRegistrationEntry error occurred.

        Returns:
        A message that provides information about why a FailedKeyRegistrationEntry error occurred.
      • statusCode

        public final Integer statusCode()

        The HTTP status of a FailedKeyRegistrationEntry error.

        Returns:
        The HTTP status of a FailedKeyRegistrationEntry error.
      • senderFault

        public final Boolean senderFault()

        A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, contact Amazon Web Services Support.

        Returns:
        A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, contact Amazon Web Services Support.
      • 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)