Class RequestTooLargeException

All Implemented Interfaces:
Serializable

public class RequestTooLargeException extends AmazonServiceException

The request payload exceeded the Invoke request body JSON input limit. For more information, see Limits.

See Also:
  • Constructor Details

    • RequestTooLargeException

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