Class: Aws::Lambda::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ResourceConflictException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
5746 5747 5748 5749 5750 5751 |
# File 'lib/aws-sdk-lambda/types.rb', line 5746 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
5746 5747 5748 5749 5750 5751 |
# File 'lib/aws-sdk-lambda/types.rb', line 5746 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |