Class: Aws::GuardDuty::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-guardduty/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.
11549 11550 11551 11552 11553 11554 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11549 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
11549 11550 11551 11552 11553 11554 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11549 class ResourceNotFoundException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |