Class: Aws::CognitoIdentityProvider::Types::InvalidSmsRoleTrustRelationshipException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidSmsRoleTrustRelationshipException
- 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
-
#message ⇒ String
The message returned when the role trust relationship for the SMS message is not valid.
Instance Attribute Details
#message ⇒ String
The message returned when the role trust relationship for the SMS message is not valid.
5953 5954 5955 5956 5957 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5953 class InvalidSmsRoleTrustRelationshipException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |