Class: Aws::IoTWireless::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
User does not have permission to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
62 63 64 65 66 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 62 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |