Class: Aws::ConfigService::Errors::IdempotentParameterMismatch

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IdempotentParameterMismatch.

Parameters:



118
119
120
# File 'lib/aws-sdk-configservice/errors.rb', line 118

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

Instance Method Details

#messageString

Returns:

  • (String)


123
124
125
# File 'lib/aws-sdk-configservice/errors.rb', line 123

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