Class: Aws::Wickr::Types::RateLimitError

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

Overview

The request was throttled because too many requests were sent in a short period of time. Wait a moment and retry the request. Consider implementing exponential backoff in your application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message indicating that the rate limit was exceeded and suggesting when to retry.

Returns:

  • (String)


2514
2515
2516
2517
2518
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2514

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