Class: Aws::PI::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::NotAuthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
The user is not authorized to perform this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-pi/types.rb', line 1561 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |