Class: Aws::SecurityAgent::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Specified resource was not found
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description
3240 3241 3242 3243 3244 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3240 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |