Class: Aws::GameLift::Types::UnauthorizedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

The client failed authentication. Clients should not retry such requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10098
10099
10100
10101
10102
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10098

class UnauthorizedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end