Class: Aws::FraudDetector::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ResourceUnavailableException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4079 4080 4081 4082 4083 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4079 class ResourceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |