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

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


11276
11277
11278
11279
11280
# File 'lib/aws-sdk-gamelift/types.rb', line 11276

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