Class: Aws::SNS::Types::SubscriptionLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::SubscriptionLimitExceededException
- Defined in:
- gems/aws-sdk-sns/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
2796 2797 2798 2799 2800 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2796 class SubscriptionLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |