Class: Aws::CognitoIdentityProvider::Types::InvalidSmsRoleAccessPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidSmsRoleAccessPolicyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is returned when the role provided for SMS configuration doesn’t have permission to publish using Amazon SNS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when the invalid SMS role access policy exception is thrown.
Instance Attribute Details
#message ⇒ String
The message returned when the invalid SMS role access policy exception is thrown.
5934 5935 5936 5937 5938 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5934 class InvalidSmsRoleAccessPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |