Class: Aws::FraudDetector::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::InternalServerException
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
An exception indicating an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2922 2923 2924 2925 2926 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2922 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |