Class InvalidStateException

All Implemented Interfaces:
Serializable

public class InvalidStateException extends AmazonServiceException

Processing has reached an invalid state. For example, this exception can occur if the specified domain is not using email validation, or the current certificate status does not permit the requested operation. See the exception message returned by ACM to determine which state is not valid.

See Also:
  • Constructor Details

    • InvalidStateException

      public InvalidStateException(String message)
      Constructs a new InvalidStateException with the specified error message.
      Parameters:
      message - Describes the error encountered.