Class: Aws::SNS::Types::OptedOutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::OptedOutException
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Indicates that the specified phone number opted out of receiving SMS messages from your Amazon Web Services account. You can't send SMS messages to phone numbers that opt out.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1557 class OptedOutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |