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
The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description.
6927 6928 6929 6930 6931 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 6927 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |