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:



1396
1397
1398
# File 'lib/aws-sdk-ssm/errors.rb', line 1396

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

Instance Method Details

#messageString

Returns:

  • (String)


1401
1402
1403
# File 'lib/aws-sdk-ssm/errors.rb', line 1401

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