Class: Aws::Amplify::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UnauthorizedException
- Defined in:
- gems/aws-sdk-amplify/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
2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2625 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |