Class: Aws::ConnectContactLens::Types::ThrottlingException

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

Overview

The throttling limit has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


240
241
242
243
244
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 240

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