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.
238 239 240 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 238 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#db_connection_id ⇒ String
248 249 250 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 248 def db_connection_id @data[:db_connection_id] end |
#message ⇒ String
243 244 245 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 243 def @message || @data[:message] end |