Class: Aws::ResourceExplorer2::Errors::ConflictException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConflictException.

Parameters:



65
66
67
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 65

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

Instance Method Details

#messageString

Returns:

  • (String)


70
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 70

def message: () -> ::String