Class: Aws::Wickr::Types::RateLimitError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::RateLimitError
- 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
-
#message ⇒ String
A message indicating that the rate limit was exceeded and suggesting when to retry.
Instance Attribute Details
#message ⇒ String
A message indicating that the rate limit was exceeded and suggesting when to retry.
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 |