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
28723 28724 28725 28726 28727 28728 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28723 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28723 28724 28725 28726 28727 28728 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28723 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |