Class: Aws::PartnerCentralBenefits::Types::ThrottlingException

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

Overview

Thrown when the request rate exceeds the allowed limits and the request is being throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the throttling error.

Returns:

  • (String)


1607
1608
1609
1610
1611
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1607

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