Class: Aws::CodeGuruReviewer::Types::NotFoundException

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

Overview

The resource specified in the request was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1212
1213
1214
1215
1216
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1212

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