Class: Aws::CognitoIdentityProvider::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ForbiddenException
- 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
-
#message ⇒ String
The message returned when WAF doesn’t allow your request based on a web ACL that’s associated with your user pool.
Instance Attribute Details
#message ⇒ String
The message returned when WAF doesn’t allow your request based on a web ACL that’s associated with your user pool.
4742 4743 4744 4745 4746 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4742 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |