Class: Aws::CognitoIdentityProvider::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- 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.
8549 8550 8551 8552 8553 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8549 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |