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

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


4611
4612
4613
4614
4615
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4611

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