Method: Aws::IoTFleetHub::Types::ResourceNotFoundException#message

Defined in:
lib/aws-sdk-iotfleethub/types.rb

#messageString

Returns:

  • (String)


311
312
313
314
315
# File 'lib/aws-sdk-iotfleethub/types.rb', line 311

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