Class: Aws::IAM::Errors::DeleteConflictException Deprecated

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

Overview

Deprecated.

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteConflictException.

Parameters:



203
204
205
# File 'lib/aws-sdk-iam/errors.rb', line 203

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

Instance Method Details

#messageString

Returns:

  • (String)


208
# File 'lib/aws-sdk-iam/errors.rb', line 208

def message: () -> ::String