Class: Aws::LicenseManager::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-licensemanager/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 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 54 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |