Class: Aws::SMS::Types::ReplicationJobNotFoundException

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

Overview

The specified replication job does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1329
1330
1331
1332
1333
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1329

class ReplicationJobNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end