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)


18377
18378
18379
18380
18381
# File 'lib/aws-sdk-connect/types.rb', line 18377

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