Class: Aws::Amplify::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
An operation failed due to a lack of access.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2652 2653 2654 2655 2656 |
# File 'lib/aws-sdk-amplify/types.rb', line 2652 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |