class Aws::FraudDetector::Types::DeleteModelRequest

@note When making an API call, you may pass DeleteModelRequest

data as a hash:

    {
      model_id: "modelIdentifier", # required
      model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS
    }

@!attribute [rw] model_id

The model ID of the model to delete.
@return [String]

@!attribute [rw] model_type

The model type of the model to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/DeleteModelRequest AWS API Documentation

Constants

SENSITIVE