Class: Aws::SNS::Types::FilterPolicyLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::FilterPolicyLimitExceededException
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Indicates that the number of filter polices in your AWS account exceeds the limit. To add more filter polices, submit an SNS Limit Increase case in the AWS Support Center.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
521 522 523 524 525 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 521 class FilterPolicyLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |