Class: Aws::CodeConnections::Errors::SyncConfigurationStillExistsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SyncConfigurationStillExistsException.

Parameters:



239
240
241
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/errors.rb', line 239

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

Instance Method Details

#messageString

Returns:

  • (String)


244
245
246
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/errors.rb', line 244

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