Class: Aws::Wickr::Types::UnauthorizedError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UnauthorizedError
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
The request was not authenticated or the authentication credentials were invalid. This error occurs when the request lacks valid authentication credentials or the credentials have expired.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message explaining why the authentication failed.
Instance Attribute Details
#message ⇒ String
A message explaining why the authentication failed.
3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3201 class UnauthorizedError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |