Class: Aws::CognitoIdentityProvider::Types::InvalidSmsRoleAccessPolicyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

Instance Attribute Details

#messageString

The message returned when the invalid SMS role access policy exception is thrown.

Returns:

  • (String)


5787
5788
5789
5790
5791
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5787

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