Class: Aws::AgentRegistry::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb
Overview
The requested resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
655 656 657 658 659 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 655 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |