Class: Aws::CodeStarconnections::Errors::SyncBlockerDoesNotExistException

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

Instance Method Summary collapse

Constructor Details

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



224
225
226
# File 'lib/aws-sdk-codestarconnections/errors.rb', line 224

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

Instance Method Details

#messageString



229
230
231
# File 'lib/aws-sdk-codestarconnections/errors.rb', line 229

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