Class: Aws::AmplifyUIBuilder::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UnauthorizedException
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
You don't have permission to perform this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3191 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |