Class: Aws::SMS::Errors::ReplicationJobNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicationJobNotFoundException

Returns a new instance of ReplicationJobNotFoundException.

Parameters:



159
160
161
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/errors.rb', line 159

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

Instance Method Details

#messageString

Returns:

  • (String)


164
165
166
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/errors.rb', line 164

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