Class: Aws::CognitoSync::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb
Overview
Thrown if the request is throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message returned by a TooManyRequestsException.
Instance Attribute Details
#message ⇒ String
Message returned by a TooManyRequestsException.
1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 1131 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |