Class: Aws::Types::ResourceDataSyncNotFoundException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3905
3906
3907
# File 'sig/types.rbs', line 3905

def message
  @message
end

#sync_name::String

Returns the value of attribute sync_name.

Returns:

  • (::String)


3903
3904
3905
# File 'sig/types.rbs', line 3903

def sync_name
  @sync_name
end

#sync_type::String

Returns the value of attribute sync_type.

Returns:

  • (::String)


3904
3905
3906
# File 'sig/types.rbs', line 3904

def sync_type
  @sync_type
end