Class: Aws::SNS::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::InvalidParameterException
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Indicates that a request parameter does not comply with the associated constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1058 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |