Class: Aws::IoTEvents::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
The resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
2622 2623 2624 2625 2626 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2622 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |