Class: Aws::Proton::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
The requested resource *wasn’t* found.
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4661 4662 4663 4664 4665 |
# File 'lib/aws-sdk-proton/types.rb', line 4661 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end |