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
10254 10255 10256 10257 10258 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 10254 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |