Class: Aws::FraudDetector::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
An exception indicating a throttling error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4361 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |