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.
222 223 224 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 222 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#db_connection_id ⇒ String
232 233 234 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 232 def db_connection_id @data[:db_connection_id] end |
#message ⇒ String
227 228 229 |
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 227 def @message || @data[:message] end |