Class: Aws::LicenseManagerUserSubscriptions::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
The resource couldn’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1072 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |