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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


3614
3615
3616
3617
3618
3619
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3614

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

#typeString

The exception type.

Returns:

  • (String)


3614
3615
3616
3617
3618
3619
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3614

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