Class: Aws::FraudDetector::Types::BatchCreateVariableError

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

Overview

Provides the error of the batch create variable API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

The error code.

Returns:

  • (Integer)


256
257
258
259
260
261
262
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 256

class BatchCreateVariableError < Struct.new(
  :name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


256
257
258
259
260
261
262
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 256

class BatchCreateVariableError < Struct.new(
  :name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name.

Returns:

  • (String)


256
257
258
259
260
261
262
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 256

class BatchCreateVariableError < Struct.new(
  :name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end