Class: Aws::SSM::Errors::OpsItemRelatedItemAssociationNotFoundException

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

Returns a new instance of OpsItemRelatedItemAssociationNotFoundException.

Parameters:



1530
1531
1532
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1530

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

Instance Method Details

#messageString

Returns:

  • (String)


1535
1536
1537
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1535

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