Class: Aws::CodeConnections::Errors::SyncConfigurationStillExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeConnections::Errors::SyncConfigurationStillExistsException
- Defined in:
- lib/aws-sdk-codeconnections/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SyncConfigurationStillExistsException
constructor
A new instance of SyncConfigurationStillExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SyncConfigurationStillExistsException
Returns a new instance of SyncConfigurationStillExistsException.
239 240 241 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 239 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
244 245 246 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 244 def @message || @data[:message] end |