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
4928 4929 4930 4931 4932 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4928 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |