You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::EventRiskType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventRiskType
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#compromised_credentials_detected ⇒ Boolean
Indicates whether compromised credentials were detected during an authentication event.
-
#risk_decision ⇒ String
The risk decision.
-
#risk_level ⇒ String
The risk level.
Instance Attribute Details
#compromised_credentials_detected ⇒ Boolean
Indicates whether compromised credentials were detected during an authentication event.
#risk_decision ⇒ String
The risk decision.
Possible values:
- NoRisk
- AccountTakeover
- Block
#risk_level ⇒ String
The risk level.
Possible values:
- Low
- Medium
- High