Class: Aws::FraudDetector::Types::BatchGetVariableError

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

Overview

Provides the error of the batch get variable API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

The error code.

Returns:

  • (Integer)


309
310
311
312
313
314
315
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 309

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

#messageString

The error message.

Returns:

  • (String)


309
310
311
312
313
314
315
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 309

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

#nameString

The error name.

Returns:

  • (String)


309
310
311
312
313
314
315
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 309

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