Class MissingBodyException

All Implemented Interfaces:
Serializable

public class MissingBodyException extends AmazonServiceException
This operation requires a body. Ensure that the body is present and the Content-Type header is set.
See Also:
  • Constructor Details

    • MissingBodyException

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