Class: Aws::CognitoIdentityProvider::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message returned when the Amazon Cognito service returns a too many requests exception.

Returns:

  • (String)


8549
8550
8551
8552
8553
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8549

class TooManyRequestsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end