Class: Aws::AutoScaling::Types::ResourceInUseFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ResourceInUseFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
The operation can’t be performed because the resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6498 6499 6500 6501 6502 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6498 class ResourceInUseFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |