Class PolicyLengthExceededException

All Implemented Interfaces:
Serializable

public class PolicyLengthExceededException extends AmazonServiceException

Lambda function access policy is limited to 20 KB.

See Also:
  • Constructor Details

    • PolicyLengthExceededException

      public PolicyLengthExceededException(String message)
      Constructs a new PolicyLengthExceededException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details

    • setType

      public void setType(String type)
      Parameters:
      type -
    • getType

      public String getType()
      Returns:
    • withType

      public PolicyLengthExceededException withType(String type)
      Parameters:
      type -
      Returns:
      Returns a reference to this object so that method calls can be chained together.