Class: Aws::AutoScaling::Errors::AlreadyExistsFault Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-autoscaling/errors.rb,
sig/errors.rbs

Overview

Deprecated.

This error class is not used during parsing. Please use AlreadyExists instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsFault

Returns a new instance of AlreadyExistsFault.

Parameters:



83
84
85
# File 'lib/aws-sdk-autoscaling/errors.rb', line 83

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


88
# File 'lib/aws-sdk-autoscaling/errors.rb', line 88

def message: () -> ::String