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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


8244
8245
8246
8247
8248
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8244

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