Class: Aws::CognitoIdentityProvider::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the user has made too many requests for a given operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when the Amazon Cognito service returns a too many requests exception.
Instance Attribute Details
#message ⇒ String
The message returned when the Amazon Cognito service returns a too many requests exception.
10507 10508 10509 10510 10511 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10507 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |