Class: Aws::Connect::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The throttling limit has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


36399
36400
36401
36402
36403
# File 'lib/aws-sdk-connect/types.rb', line 36399

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