Class DisabledOperationException

  • All Implemented Interfaces:
    Serializable

    public class DisabledOperationException
    extends AmazonServiceException

    An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

    See Also:
    Serialized Form
    • Constructor Detail

      • DisabledOperationException

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