Class: Aws::SSM::Errors::TargetInUseException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TargetInUseException.

Parameters:



2000
2001
2002
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2000

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

Instance Method Details

#messageString

Returns:

  • (String)


2005
2006
2007
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2005

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