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
      1024 1025 1026 1027 1028  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1024 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |