AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ResourceInUseException
show all
- Defined in:
- gems/aws-sdk-lambda/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
4687
4688
4689
4690
4691
4692
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4687
class ResourceInUseException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
4687
4688
4689
4690
4691
4692
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4687
class ResourceInUseException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|