Class MethodNotAllowedException

All Implemented Interfaces:
Serializable

public class MethodNotAllowedException extends AmazonServiceException

The specified combination of HTTP verb and URI is not supported.

See Also:
  • Constructor Details

    • MethodNotAllowedException

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