Class: Aws::RDSDataService::Types::TransactionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::TransactionNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
The transaction ID wasn’t found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1016 class TransactionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |