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:



81
82
83
# File 'lib/aws-sdk-autoscaling/errors.rb', line 81

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String