Class: Aws::FraudDetector::Types::BatchCreateVariableResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchCreateVariableError>

Provides the errors for the BatchCreateVariable request.



287
288
289
290
291
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 287

class BatchCreateVariableResult < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end