Class: Aws::GuardDuty::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
The requested resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
The error message.
7339 7340 7341 7342 7343 7344 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7339 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
7339 7340 7341 7342 7343 7344 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7339 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |