Class: Aws::Mobile::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Too many requests have been received for this AWS account in too short a time. The request should be retried after some time delay.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The Exception Error Message.
-
#retry_after_seconds ⇒ String
The Exception Error Message.
Instance Attribute Details
#message ⇒ String
The Exception Error Message.
595 596 597 598 599 600 |
# File 'lib/aws-sdk-mobile/types.rb', line 595 class TooManyRequestsException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
The Exception Error Message.
595 596 597 598 599 600 |
# File 'lib/aws-sdk-mobile/types.rb', line 595 class TooManyRequestsException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |