Class: Aws::SSM::Errors::OpsMetadataNotFoundException

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

Returns a new instance of OpsMetadataNotFoundException.

Parameters:



1555
1556
1557
# File 'lib/aws-sdk-ssm/errors.rb', line 1555

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

Instance Method Details

#messageString

Returns:

  • (String)


1560
1561
1562
# File 'lib/aws-sdk-ssm/errors.rb', line 1560

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