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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

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

Returns:

  • (String)


5934
5935
5936
5937
5938
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5934

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