Class: Aws::EKSAuth::Types::ThrottlingException

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

Overview

The request was denied because your request rate is too high. Reduce the frequency of requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


303
304
305
306
307
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 303

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