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)


8628
8629
8630
8631
8632
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8628

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