Class: Aws::Lambda::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidParameterValueException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
One of the parameters in the request is invalid.
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.
2797 2798 2799 2800 2801 2802 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2797 class InvalidParameterValueException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
2797 2798 2799 2800 2801 2802 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2797 class InvalidParameterValueException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |