Class: Aws::FraudDetector::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

An exception indicating the specified resource was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4065
4066
4067
4068
4069
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4065

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