Class: Aws::SNS::Types::InvalidParameterValueException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::InvalidParameterValueException
 
 
- 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
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The parameter of an entry in a request doesn’t abide by the specification.
 
Instance Attribute Details
#message ⇒ String
The parameter of an entry in a request doesn’t abide by the specification.
      1040 1041 1042 1043 1044  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1040 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |