Class: Aws::FraudDetector::Types::ResourceUnavailableException

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

Overview

An exception indicating that the attached customer-owned (external) model threw an exception when Amazon Fraud Detector invoked the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4079
4080
4081
4082
4083
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4079

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