Class: Aws::AppSync::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
You aren’t authorized to perform this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4864 4865 4866 4867 4868 |
# File 'lib/aws-sdk-appsync/types.rb', line 4864 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |