Class: Aws::Lambda::Types::InvalidParameterValueException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::InvalidParameterValueException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
One of the parameters in the request is not valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception message.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception type.
 
Instance Attribute Details
#message ⇒ String
The exception message.
      3472 3473 3474 3475 3476 3477  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3472 class InvalidParameterValueException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The exception type.
      3472 3473 3474 3475 3476 3477  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3472 class InvalidParameterValueException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |