Class InvalidTypeException

All Implemented Interfaces:
Serializable

public class InvalidTypeException extends AmazonServiceException

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

See Also:
  • Constructor Details

    • InvalidTypeException

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