Class: Aws::Lambda::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The operation conflicts with the resource’s availability. For example, you attempted to update an EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4694 4695 4696 4697 4698 4699 |
# File 'lib/aws-sdk-lambda/types.rb', line 4694 class ResourceInUseException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4694 4695 4696 4697 4698 4699 |
# File 'lib/aws-sdk-lambda/types.rb', line 4694 class ResourceInUseException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |