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:
  • Constructor Details

    • PolicyEvaluationException

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