Class: Aws::SNS::Types::FilterPolicyLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

#messageString

Returns:

  • (String)


513
514
515
516
517
# File 'lib/aws-sdk-sns/types.rb', line 513

class FilterPolicyLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end