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