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
2963 2964 2965 2966 2967 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2963 class SubscriptionLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |