Class: Aws::Wickr::Types::ForbiddenError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::ForbiddenError
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Access to the requested resource is forbidden. This error occurs when the authenticated user does not have the necessary permissions to perform the requested operation, even though they are authenticated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message explaining why access was denied and what permissions are required.
Instance Attribute Details
#message ⇒ String
A message explaining why access was denied and what permissions are required.
1084 1085 1086 1087 1088 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1084 class ForbiddenError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |