Class PackedPolicyTooLargeException

All Implemented Interfaces:
Serializable

public class PackedPolicyTooLargeException extends AmazonServiceException

The request was rejected because the policy document was too large. The error message describes how big the policy document is, in packed form, as a percentage of what the API allows.

See Also:
  • Constructor Details

    • PackedPolicyTooLargeException

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