Class InvalidArgumentException

  • All Implemented Interfaces:
    Serializable

    public class InvalidArgumentException
    extends AmazonServiceException

    A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidArgumentException

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