Class: Aws::AutoScaling::Types::ResourceInUseFault

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6849
6850
6851
6852
6853
# File 'lib/aws-sdk-autoscaling/types.rb', line 6849

class ResourceInUseFault < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end