Class: Aws::CognitoIdentityProvider::Types::TooManyFailedAttemptsException

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 failed attempts for a given action, such as sign-in.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when Amazon Cognito returns a ‘TooManyFailedAttempts` exception.

Returns:

  • (String)


8247
8248
8249
8250
8251
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8247

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