Class: Aws::RDSDataService::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::NotFoundException
- Defined in:
- gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb
Overview
The resourceArn, secretArn, or transactionId value can't be
found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message returned by this
NotFoundExceptionerror.
Instance Attribute Details
#message ⇒ String
The error message returned by this NotFoundException error.
743 744 745 746 747 |
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 743 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |