Class: Aws::RDSDataService::Errors::StatementTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RDSDataService::Errors::StatementTimeoutException
- Defined in:
- lib/aws-sdk-rdsdataservice/errors.rb
Instance Method Summary collapse
- #db_connection_id ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatementTimeoutException
constructor
A new instance of StatementTimeoutException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatementTimeoutException
Returns a new instance of StatementTimeoutException.
254 255 256 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 254 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#db_connection_id ⇒ String
264 265 266 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 264 def db_connection_id @data[:db_connection_id] end |
#message ⇒ String
259 260 261 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 259 def @message || @data[:message] end |