Class: Aws::ConnectCases::Types::ThrottlingException

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

Overview

The rate has been exceeded for this API. Please try again after a few minutes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2435
2436
2437
2438
2439
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2435

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