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
5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-lambda/types.rb', line 5453 class ResourceInUseException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-lambda/types.rb', line 5453 class ResourceInUseException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |