Class: Aws::DevOpsAgent::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
The requested resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed error message describing which resource was not found.
Instance Attribute Details
#message ⇒ String
Detailed error message describing which resource was not found.
3655 3656 3657 3658 3659 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3655 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |