Class: Aws::SSM::Errors::ResourceDataSyncNotFoundException

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

Returns a new instance of ResourceDataSyncNotFoundException.

Parameters:



1370
1371
1372
# File 'lib/aws-sdk-ssm/errors.rb', line 1370

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

Instance Method Details

#messageString

Returns:

  • (String)


1385
1386
1387
# File 'lib/aws-sdk-ssm/errors.rb', line 1385

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

#sync_nameString

Returns:

  • (String)


1375
1376
1377
# File 'lib/aws-sdk-ssm/errors.rb', line 1375

def sync_name
  @data[:sync_name]
end

#sync_typeString

Returns:

  • (String)


1380
1381
1382
# File 'lib/aws-sdk-ssm/errors.rb', line 1380

def sync_type
  @data[:sync_type]
end