Class: Aws::SecurityHub::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The request was rejected because we can’t find the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
28727 28728 28729 28730 28731 28732 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28727 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28727 28728 28729 28730 28731 28732 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28727 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |