Class: Aws::ACM::Errors::ConflictException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConflictException.

Parameters:



75
76
77
# File 'lib/aws-sdk-acm/errors.rb', line 75

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

Instance Method Details

#messageString

Returns:

  • (String)


80
# File 'lib/aws-sdk-acm/errors.rb', line 80

def message: () -> ::String