Class: Aws::Macie2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an error that occurred because a specified resource wasn’t found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5119 5120 5121 5122 5123 |
# File 'lib/aws-sdk-macie2/types.rb', line 5119 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |