Class: Aws::FraudDetector::Types::BatchGetVariableError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchGetVariableError
- 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
-
#code ⇒ Integer
The error code.
-
#message ⇒ String
The error message.
-
#name ⇒ String
The error name.
Instance Attribute Details
#code ⇒ Integer
The error code.
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 |
#message ⇒ String
The error message.
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 |
#name ⇒ String
The error name.
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 |