Class: Aws::IoTDeviceAdvisor::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotdeviceadvisor/types.rb

Overview

Sends a Resource Not Found exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Sends a Resource Not Found Exception message.

Returns:

  • (String)


443
444
445
446
447
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 443

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