Class InvalidPolicyException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPolicyException
    extends AmazonServiceException

    Indicates that the provided policy is invalid. Check the error stack for more information about what caused the error.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPolicyException

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