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

Inherits:
ServiceError
  • Object
show all
Defined in:
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:



1824
1825
1826
# File 'lib/aws-sdk-ssm/errors.rb', line 1824

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

Instance Method Details

#messageString

Returns:

  • (String)


1829
1830
1831
# File 'lib/aws-sdk-ssm/errors.rb', line 1829

def message
  @message || @data[:message]
end