Class: Aws::CodeConnections::Errors::SyncBlockerDoesNotExistException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeConnections::Errors::SyncBlockerDoesNotExistException
- Defined in:
- lib/aws-sdk-codeconnections/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SyncBlockerDoesNotExistException
constructor
A new instance of SyncBlockerDoesNotExistException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SyncBlockerDoesNotExistException
Returns a new instance of SyncBlockerDoesNotExistException.
224 225 226 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 224 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
229 230 231 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 229 def @message || @data[:message] end |