Class: Aws::SSM::Errors::ResourceInUseException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceInUseException.

Parameters:



1892
1893
1894
# File 'lib/aws-sdk-ssm/errors.rb', line 1892

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

Instance Method Details

#messageString

Returns:

  • (String)


1897
# File 'lib/aws-sdk-ssm/errors.rb', line 1897

def message: () -> ::String