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.
7015 7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7015 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
7015 7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7015 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |