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
7559 7560 7561 7562 7563 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7559 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |