Class: Aws::STS::Types::IDPRejectedClaimException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#messageString

Returns:

  • (String)


1414
1415
1416
1417
1418
# File 'lib/aws-sdk-sts/types.rb', line 1414

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