Class: Aws::SNS::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::InvalidParameterException
- Includes:
- Aws::Structure
- Defined in:
- 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
1015 1016 1017 1018 1019 |
# File 'lib/aws-sdk-sns/types.rb', line 1015 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |