Class: Aws::ACM::Errors::ResourceInUseException

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) ⇒ ResourceInUseException

Returns a new instance of ResourceInUseException.

Parameters:



229
230
231
# File 'lib/aws-sdk-acm/errors.rb', line 229

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String