Class: Aws::CodeGuruReviewer::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1781 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |