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

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

Returns a new instance of TargetInUseException.

Parameters:



1920
1921
1922
# File 'lib/aws-sdk-ssm/errors.rb', line 1920

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

Instance Method Details

#messageString

Returns:

  • (String)


1925
1926
1927
# File 'lib/aws-sdk-ssm/errors.rb', line 1925

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