Class: Aws::CognitoIdentityProvider::Types::ForbiddenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when WAF doesn’t allow your request based on a web ACL that’s associated with your user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when WAF doesn’t allow your request based on a web ACL that’s associated with your user pool.

Returns:

  • (String)


4742
4743
4744
4745
4746
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4742

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