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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


10935
10936
10937
10938
10939
# File 'lib/aws-sdk-gamelift/types.rb', line 10935

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