Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends AmazonServiceException

The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.

See Also:
  • Constructor Details

    • ConflictException

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