Class: Aws::Lambda::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


3347
3348
3349
3350
3351
3352
# File 'lib/aws-sdk-lambda/types.rb', line 3347

class InvalidParameterValueException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The exception type.

Returns:

  • (String)


3347
3348
3349
3350
3351
3352
# File 'lib/aws-sdk-lambda/types.rb', line 3347

class InvalidParameterValueException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end