Class: Aws::AutoScaling::Types::ActiveInstanceRefreshNotFoundFault

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

The request failed because an active instance refresh or rollback for the specified Auto Scaling group was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


62
63
64
65
66
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 62

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