Class: Aws::SSM::Errors::TargetInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::TargetInUseException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TargetInUseException
constructor
A new instance of TargetInUseException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TargetInUseException
Returns a new instance of TargetInUseException.
2000 2001 2002 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2000 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2005 2006 2007 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2005 def @message || @data[:message] end |