Class PolicyEvaluationException

  • All Implemented Interfaces:
    Serializable

    public class PolicyEvaluationException
    extends AmazonServiceException

    The request failed because a provided policy could not be successfully evaluated. An additional detail message indicates the source of the failure.

    See Also:
    Serialized Form
    • Constructor Detail

      • PolicyEvaluationException

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