Class: Aws::IoTTwinMaker::Errors::ConnectorTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTTwinMaker::Errors::ConnectorTimeoutException
- Defined in:
- lib/aws-sdk-iottwinmaker/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConnectorTimeoutException
constructor
A new instance of ConnectorTimeoutException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConnectorTimeoutException
Returns a new instance of ConnectorTimeoutException.
98 99 100 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 98 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
103 104 105 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 103 def @message || @data[:message] end |