Class: Aws::SNS::Types::SubscriptionLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::SubscriptionLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that the customer already owns the maximum allowed number of subscriptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-sns/types.rb', line 2894 class SubscriptionLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |