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.
5662 5663 5664 5665 5666 5667 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5662 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
5662 5663 5664 5665 5666 5667 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5662 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |