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)


6446
6447
6448
6449
6450
# File 'lib/aws-sdk-autoscaling/types.rb', line 6446

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