Class: Aws::CognitoIdentityProvider::Types::InvalidSmsRoleTrustRelationshipException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when the trust relationship is not valid for the role provided for SMS configuration. This can happen if you don’t trust ‘cognito-idp.amazonaws.com` or the external ID provided in the role does not match what is provided in the SMS configuration for the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the role trust relationship for the SMS message is not valid.

Returns:

  • (String)


5806
5807
5808
5809
5810
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5806

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