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.
7759 7760 7761 7762 7763 7764 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7759 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
7759 7760 7761 7762 7763 7764 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7759 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |