Class: Aws::IoTManagedIntegrations::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
You are not authorized to perform this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3159 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |