Class: Aws::FraudDetector::Types::ThrottlingException

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

Overview

An exception indicating a throttling error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4361
4362
4363
4364
4365
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4361

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