Class: Aws::LicenseManager::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
The resource cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3583 3584 3585 3586 3587 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3583 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |