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
1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1225 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |