Class: Aws::Inspector2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The operation tried to access an invalid resource. Make sure the resource is specified correctly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6051 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |