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:



1460
1461
1462
# File 'lib/aws-sdk-ssm/errors.rb', line 1460

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

Instance Method Details

#messageString

Returns:

  • (String)


1465
1466
1467
# File 'lib/aws-sdk-ssm/errors.rb', line 1465

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