Class: Aws::LicenseManager::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Access to resource denied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
54 55 56 57 58 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 54 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |