Class: Aws::Lambda::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ResourceConflictException
- 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
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
5979 5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5979 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
5979 5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5979 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |