Class: Aws::RDSDataService::Types::NotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message returned by this NotFoundException error.

Returns:

  • (String)


715
716
717
718
719
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 715

class NotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end