Class: Aws::IoTFleetWise::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
You don't have sufficient permission to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
18 19 20 21 22 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 18 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |