Class: Aws::TrustedAdvisor::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Exception that the requested resource has not been found
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1263 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |