Class: Aws::STS::Types::IDPRejectedClaimException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::IDPRejectedClaimException
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
The identity provider (IdP) reported that authentication failed. This might be because the claim is invalid.
If this error is returned for the AssumeRoleWithWebIdentity
operation, it can also mean that the claim has expired or has been
explicitly revoked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1400 class IDPRejectedClaimException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |