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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


18911
18912
18913
18914
18915
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18911

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