Class: Aws::Lambda::Types::ResourceConflictException

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

Overview

The resource already exists, or another operation is in progress.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5456

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

#typeString

The exception type.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5456

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