Class: Aws::CodeGuruReviewer::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::NotFoundException
- 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
#message ⇒ String
1211 1212 1213 1214 1215 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1211 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |