Class: Aws::Wickr::Types::UnauthorizedError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message explaining why the authentication failed.

Returns:

  • (String)


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