Class: Aws::AutoScaling::Errors::IdempotentParameterMismatchError Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘IdempotentParameterMismatch` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IdempotentParameterMismatchError.

Parameters:



98
99
100
# File 'lib/aws-sdk-autoscaling/errors.rb', line 98

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

Instance Method Details

#messageString

Returns:

  • (String)


103
104
105
# File 'lib/aws-sdk-autoscaling/errors.rb', line 103

def message
  @message || @data[:message]
end