Class: Aws::IoTSiteWise::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
You are not authorized.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8857 8858 8859 8860 8861 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8857 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |