Class: Aws::Lambda::Types::PreconditionFailedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the GetFunction or the GetAlias API operation to retrieve the latest RevisionId for your resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4749

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

#typeString

The exception type.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4749

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