Class: Aws::GameLift::Types::UnsupportedRegionException

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

Overview

The requested operation is not supported in the Region specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10000
10001
10002
10003
10004
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10000

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