Class CodeStorageExceededException

All Implemented Interfaces:
Serializable

public class CodeStorageExceededException extends AmazonServiceException

You have exceeded your maximum total code size per account. Limits

See Also:
  • Constructor Details

    • CodeStorageExceededException

      public CodeStorageExceededException(String message)
      Constructs a new CodeStorageExceededException 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 CodeStorageExceededException withType(String type)
      Parameters:
      type -
      Returns:
      Returns a reference to this object so that method calls can be chained together.